# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.eggs/

# Environments
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Editor / OS
.DS_Store
.idea/
.vscode/
.serena/

# Local agent config (machine-specific, not part of the project)
.claude/settings.local.json

# Generated scan reports — these are CI artifacts, not source
skillwitness-report.*
skillwitness-reports/
scan-results/
*-scan-report.md

# Session handoff notes — local working state, never part of the package
handoffs/
