# Python
__pycache__/
*.py[oc]
*.pyc
*.egg-info/
dist/
build/
.eggs/
.ruff_cache/
.mypy_cache/
.pytest_cache/

# Virtual environments
.venv/
venv/
ENV/

# Data files (local instance data — do NOT commit in projects using this as a dep)
memory_graph.json
memory_scores.json
*.log
