Files
stat_pairs_backtest/.gitignore
T
2026-07-28 00:50:32 +00:00

25 lines
281 B
Plaintext

# SpecStory explanation file
__pycache__/
__OLD__/
.specstory/
.history/
.vscode/
*.py[cod]
.ipynb_checkpoints/
.pytest_cache/
# Local environments
.venv/
venv/
# Local test data and generated analysis results
data/*
!data/.gitkeep
results/*
!results/.gitkeep
data
cvttpy
tmp/