# Cache
.cache/
*.cache

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.coverage
.coverage.*
htmlcov/
*.cover
.hypothesis/
.prof

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

# Testing
.benchmarks
*.log

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.project
.pydevproject
.settings/

# OS
.DS_Store
Thumbs.db
*.bak
*.tmp

# Documentation builds
docs/_build/
site/

# Type checking
.dmypy.json
dmypy.json

# Environment variables
.env
.env.local
.env.*.local

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

# Claude Code
CLAUDE.md
plan.md
.claude/

# uv
.python-version

# Coverage reports
coverage.xml
*.lcov

# Jupyter
.ipynb_checkpoints/

# AWS service definitions (download with: iam-validator download-services)
aws_services/

.mcp.json
.serena
