# Dependencies
node_modules/
package-lock.json

# Build output
dist/
build/

# Python
__pycache__/
*.py[cod]
.venv/
venv/
env/
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# Git
.git/

# IDE
.vscode/
.idea/

# Test artifacts
test_cases/
reports/

# Archives
archived/

# Skills library (large generated/catalog content; lint bin/ and scripts/ only)
skills-library/

# Generated files
*.min.js
*.map
