# macOS
.DS_Store

# LaTeX build artifacts
*.aux
*.log
*.bbl
*.blg
*.out
*.toc
*.synctex.gz
*.fls
*.fdb_latexmk
paper/*.aux
paper/*.log
paper/*.bbl
paper/*.blg

# Editor / tooling
.vscode/
.idea/
node_modules/

# Local scratch
_test_*.mjs
*.tmp

# Python venv & caches (benchmark)
benchmark/.venv/
__pycache__/
*.pyc

# Python build artifacts
dist/
build/
*.egg-info/
