
# ---- Python bytecode ---------------------------------------------------------
__pycache__/
*.py[cod]
*.pyo

# ---- IDE / editor artefacts --------------------------------------------------
.cache/
.vscode/
.claude/
.pytest_cache/
probes/
graphify-out/

# ---- Example data (fetched separately, see examples/data/download.py) --------
examples/data/

# ---- Miscellaneous -----------------------------------------------------------
CLAUDE.md
.gitignore