.env
*.db
__pycache__/
*.pyc
.pytest_cache/
*.egg-info/
dist/
build/
.venv/
graphLM.db

# Local agent-loop state
.claude/handoff.md

# Coverage artifacts (generated by pytest-cov / CI)
.coverage
coverage.xml

# graphLM output artifacts (default output dir, plus legacy root-level names
# from before the .graphlm/ default in case any linger)
.graphlm/
GRAPH.md
GRAPH.json
GRAPH.html
GRAPH_DIFF.md
GRAPH_DIFF.json
