# 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/

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

# Testing
.coverage
htmlcov/
.pytest_cache/

# Ruff
.ruff_cache/

# PyInstaller
*.manifest
*.spec.warn

# OS
.DS_Store
Thumbs.db

# gzkit
.gzkit.yaml.local
.claude/hooks/.instruction-state.json
.claude/settings.local.json
.claude/worktrees/
.gzkit/cache/
.gzkit/locks/
.antigravitycli/
artifacts/

# MkDocs
site/

# gzkit local sensor telemetry (ADR-0.0.70 — runtime-state, never committed)
.gzkit/sensors/

# Composer candidate intermediates (regenerable; committed rendition is the artifact)
.gzkit/renditions/**/*.candidate.md

# Test-health profiler runtime output (regenerated each run; CHORE-LOG.md is the tracked evidence)
.gzkit/chores/*/proofs/health-report.json

# Ontology last-sweep diff-baseline cache (ADR-0.32.0 — Tier-B derived, regenerable, never authority)
.gzkit/ontology/last_sweep.json
