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

# Environment / secrets
.env
.env.*
*.key
*.pem
credentials.json

# IDE / tools
.claude/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.swp

# OS
.DS_Store
Thumbs.db
