# Environment
.env
.env.local

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

# Virtual environments
.venv/
venv/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# MkDocs
site/

# OS
.DS_Store
Thumbs.db

# Temp
*.tmp

TECHNICAL_SPEC.md.claude/
