Initial commit

This commit is contained in:
Valère Plantevin
2026-04-21 20:31:35 -04:00
commit 882d13f402
21 changed files with 3910 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# 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/