# Python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Secrets
.env
.env.*
*.key
*.pem

# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.hypothesis/
.secrets.baseline

# IDE
.idea/
.vscode/

# Private project docs (not for public repo)
claude.md
CLAUDE.md
.claude/
