# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
develop-eggs/
.installed.cfg
lib/
lib64/
wheels/

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

# Testing & coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# PyInstaller
*.spec
_entry.py

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

# Secrets / local config
.env
*.local

# Riveter cache (if user runs with --cache-dir)
.riveter-cache/

# Claude Code worktrees
.claude/worktrees/
