# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv
venv/
ENV/
env/

# Testing & Coverage
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
.ruff_cache

# Environments
.env
.env.local

# IDEs
.vscode/
*.swp
*.swo
*~
.idea/
*.iml

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Logs
*.log
logs/

# Databases
*.db
*.sqlite
*.sqlite3

# Session keys
.sesskey
session.key

# Temporary files
tmp/
temp/
*.tmp
*.bak

# Local notes
CLAUDE.local.md
scratchpad/

# Beads task tracking
.beads/
AGENTS.md

# Internal design/planning documents
DESIGN-*.md
progress.md
PRD.md
docs/