# Rust
target/
Cargo.lock

# Quarto
/.quarto/
paper/_freeze/
paper/.quarto/
paper/index_files/
paper/index.tex
paper/index.pdf
paper/figures/
paper/*_cache

# Python
__pycache__/
*.pyc
.venv/
analysis/.venv/

# Data — raw CSVs committed, processed outputs not
data/**/*_processed.csv

# OS
.DS_Store
*.swp

# Coder / editor
.coder/logs/