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

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

# Virtual environments
.venv/
venv/
env/
ENV/

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

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

# Documentation
docs/_build/

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

# OS
.DS_Store
Thumbs.db

# Environment / Secrets
.env
.env.local
.env.*.local

# Claude Code
.claude
.mcp.json

# Debug / Logs
*.log
debug/
loop.sh