Some checks failed
noise-harness / run-noise-harness (push) Failing after 1m54s
29 lines
314 B
Text
29 lines
314 B
Text
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
*.egg-info/
|
|
|
|
# LaTeX
|
|
*.aux
|
|
*.bbl
|
|
*.bbl-SAVE-ERROR
|
|
*.blg
|
|
*.fdb_latexmk
|
|
*.fls
|
|
*.log
|
|
*.out
|
|
*.synctex.gz
|
|
*.toc
|
|
*.run.xml
|
|
paper/main.pdf
|
|
|
|
# Large data — never commit raw market data
|
|
data/*.parquet
|
|
data/*.csv
|
|
data/raw/
|
|
|
|
# Local experiment scratch
|
|
results/raw/local-*
|
|
.DS_Store
|