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

# Packaging
*.whl
*.tar.gz

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.hypothesis/

# Type checking
.mypy_cache/

# IDE
.vscode/
.idea/

# Claude Code
.claude/
