# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
ENV/

# Testing / Coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.tox/
.nox/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

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

# Claude Code
.claude/

# OS
.DS_Store
Thumbs.db

# Local development
*.local
.env
.env.*

# Logs (keep test_logs/ but ignore generated logs)
*.log
!test_logs/*.log

# Internal development docs (keep local, don't push)
CLAUDE.md
SPEC.md
specs/
