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

# 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

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

# Testing and coverage
.pytest_cache/
.hypothesis/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

# Type checking
.mypy_cache/
.pyre/
.pytype/

# Ruff
.ruff_cache/

# Packaging
MANIFEST

# Claude Code — keep settings.json (committed for the team), ignore
# per-machine local overrides + runtime locks/state.
.claude/settings.local.json
.claude/*.lock
.claude/scheduled_tasks*

# Maintainer planning notes (per-machine; never commit)
my_stuff/
