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

# Runtime memory store / state
.memorised-them-all/
*.npz

# OS / editor
.DS_Store
.idea/
.vscode/

# Keep the bundled vendor asset, ignore stray downloads
sample/out/

# Runtime memory artifacts (must never be committed if a digest runs in the repo dir)
/graph.json
/memory.md
/mindmap.html
/vectors.json
/vectors.npz
/memory/
