Files
stat_pairs_backtest/.gitignore
T
Oleg Sheynin 1d1ebd385e Release 0.0.9
2026-07-25 00:57:38 +00:00

23 lines
275 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
cvttpy
tmp/