Files
backtestingfx/.gitignore
T
KhizarImran cdab6ebb58 chore: remove stale python/ dir and __pycache__ from tracking
python/backtest.py and python/simple_strategy.py were leftover
duplicates from before the PyO3 restructure; nothing referenced them.
__pycache__ was never gitignored.
2026-07-12 21:02:58 +01:00

9 lines
80 B
Plaintext

/target
Cargo.lock
*.so
__pycache__/
### My claude md file
CLAUDE.md
data/
.env