# --- Rust / build artifacts ---
/target/

# --- Python ---
__pycache__/
*.pyc
*.pyd
*.so
*.pdb
*.egg-info/
dist/
build/
python/logtwothirds/*.so
python/logtwothirds/*.pyd

# --- Virtual environments ---
.venv/
venv/
env/

# --- Test / coverage caches ---
.pytest_cache/
.hypothesis/

# --- OS cruft ---
.DS_Store
Thumbs.db

# --- Third-party paper (arXiv:2504.17033); not for redistribution ---
paper.pdf
paper_text.txt

# --- Third-party benchmark data (9th DIMACS Challenge); download locally ---
# benchmarks/run.py prints a clear message if this is missing.
benchmarks/data/USA-road-d.NY.gr
