# 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

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

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

# Testing
.coverage
.pytest_cache/
.tox/
.nox/
htmlcov/

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Documentation builds
docs/_build/
site/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff cache
.ruff_cache/

# Coverage reports
*.cover
coverage.xml
*.coverage
.coverage.*

# Security
.bandit

# Pre-commit
.pre-commit-cache/

# Project-specific
/.claudeguard/
/specs/
CLAUDE.local.md
.claude/settings.local.json
