# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
wheels/
*.whl

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

# Distribution / packaging
MANIFEST

# Testing
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Docs gen
docs/tapes/

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

# OS
.DS_Store
Thumbs.db

# Secrets / config (never commit credentials)
*.env
.env.*
config.json

# CLAUDE
CLAUDE.md
.claude/