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

# venv / uv
.venv/
.uv/
uv.lock

# tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# editors / os
.vscode/
.idea/
.DS_Store

# local scratch / data (never commit real corpora)
*.db
*.sqlite
*.parquet
scratch/
tmp/

# user corpora (never ship user content in the library repo)
corpus/
examples/graph.svg  # generated by graph_visualize.py — contains user corpus content
