Files
quic_ecs_dt/.gitignore
2026-05-04 16:53:14 -04:00

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/