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

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

# om-harness runtime state (sessions, checkpoints, events)
.om-harness/

# Local secrets / env
.env
.env.*
!.env.example

# Editors
.idea/
.vscode/

# Local agent tooling state
.mimosa/
.zcode/

# graphify knowledge graph build artifacts
graphify-out/
!graphify-out/
!graphify-out/*.md
!graphify-out/*.json
!graphify-out/*.html
/graphify-out/.graphify_*
/graphify-out/cache/
/graphify-out/graph.json
/graphify-out/graph.html
/graphify-out/GRAPH_REPORT.md
/graphify-out/manifest.json
/graphify-out/20*/*
