# 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
MANIFEST
.venv/
venv/
env/
ENV/

# Test/coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
coverage.xml
*.cover

# Tokens / secrets
.env
.env.*
tokens/
*.token
*.xoxc
*.xoxd
secrets.json

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

# Local
*.local
scratch/

# Claude Code session state
.claude/
