Initial commit
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal 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/
|
||||
Reference in New Issue
Block a user