40 MB of third-party copyrighted books sit in references/ so the research scripts can read them. Untracked is not the same as safe: one broad `git add -A` puts them in history permanently and on a public remote. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
22 lines
733 B
Text
22 lines
733 B
Text
DirectML/vc140.pdb
|
|
|
|
# Market data must never enter the repository. A 2.1 GB tick .dat was committed once
|
|
# (c7e9777) by a broad `git add -A`; deleting it afterwards did NOT remove the blob from
|
|
# history, and pushing it is what made syncing hang. Keep raw data outside the workspace -
|
|
# ..\Market Data\ - and reference it by path from the research/ scripts.
|
|
Market Data/
|
|
*.dat
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
|
|
# MetaTrader build output
|
|
*.ex5
|
|
*.ex4
|
|
|
|
# Reference books are third-party copyrighted PDFs, ~40 MB, and belong to nobody here.
|
|
# They are read locally by the research scripts and must not reach a public remote - the
|
|
# same broad `git add -A` that once committed a 2.1 GB tick file would take these too.
|
|
references/*.pdf
|