32 lines
410 B
Plaintext
32 lines
410 B
Plaintext
# 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
|
|
|
|
# Self-signed dev TLS material — regenerate with `make certs`
|
|
certs/
|
|
|
|
# OS
|
|
.DS_Store
|
|
*.swp
|
|
|
|
# Coder / editor
|
|
.coder/logs/ |