# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
ENV/

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

# Type & lint caches
.mypy_cache/
.ruff_cache/

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

# AI assistant / workspace scratch
.claude/
.council/
PLAN-*.md

# OS
.DS_Store
Thumbs.db

# Environment variables
.env
.env.*

# mkdocs build output
site/

# Scout workflow scaffolding (docs/README generation rig + subsystem maps)
.scout/
