# OS files
.DS_Store
Thumbs.db

# Editor files
.vscode/
.idea/
*.swp
*.swo

# Logs
*.log

# Environment
.env
.env.local

# Temporary files
*.tmp
*.temp
*.bak
*.backup

# Archive (keep structure but ignore old versions)
archive/**/*.html
!archive/.gitkeep
# Governova engine (local caches; compiled/ IS committed as the index of record)
__pycache__/
*.pyc
.pytest_cache/
.venv/
*.egg-info/

# Generated governance artifacts
dashboard.html
governance-report.md
system-bible.md
dist/
