# 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 & Environment files
.env
.env.local
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Sensitive data
*.key
*.pem
secrets/
config/local/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
coverage.xml
*.cover
.hypothesis/
test_report_*.json
test_summary_*.md
coverage-*.json

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

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

# UV
uv.lock

# Build tools
.mypy_cache/
.ruff_cache/
dist/
build/

# Docs
docs/_build/
claude.md
