# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
env/

# Testing
htmlcov/
.coverage
.coverage.*
coverage.json
.pytest_cache/

# Type checking
.mypy_cache/
.dmypy.json

# Linting
.ruff_cache/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Secrets — NEVER commit
.env
.env.*
!.env.example
*.pem
*.key
secrets.toml

# Node (dashboard)
node_modules/
dashboard/dist/

# LoadForge output
results/

# uv
.python-version

# Project-specific config & plans
.claude/
plans/
secrets/
.claude/forbidden-terms.local.txt
intent/
specs/
docs/templates/
docs/ENGINEERING_WORKFLOW.md
