__pycache__/
*.pyc
.DS_Store
.venv/
# LaTeX build artifacts
*.aux
*.log
*.out
*.fls
*.fdb_latexmk
*.synctex.gz
*.nav
*.snm
*.toc

# Submission materials stay out of the public repo entirely: correspondence,
# cover letters, fee waivers, and the venue bundles themselves. The paper
# lives in paper/ and the deposit in Zenodo; a submissions/ directory is a
# working copy for one venue and belongs to nobody but the author.
submissions/

# superseded volume pulls: kept for comparison, never deposited
results/superseded_volume/

# Dry-run output from paper/patches/*.py --diff
paper/patches/*.diff

# internal audit packets and review correspondence: local only
reviews/

# Scratch run output
logs/

# results-cli ledger: kept locally, never committed
.results/
