lookahead-bias-paper/.gitignore
Sentinel Research af990122d1
Some checks failed
noise-harness / run-noise-harness (push) Failing after 1m54s
Hito 1: scaffold del paper (estructura, LaTeX revtex4-2, CI, licencias duales)
2026-06-24 07:05:37 +02:00

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