mirror of
https://github.com/Arianhgh/fx-quant-research.git
synced 2026-08-15 11:48:04 +00:00
50 lines
556 B
Plaintext
50 lines
556 B
Plaintext
# Byte-compiled / optimized / cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# Distribution / packaging
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
.eggs/
|
|
|
|
# Secrets / environment
|
|
.env
|
|
*.env
|
|
|
|
# Trained model artifacts (root-level only; not tradingbot/models/ package)
|
|
/models/
|
|
*.pkl
|
|
*.joblib
|
|
*.pth
|
|
*.cbm
|
|
|
|
# Data files (don't commit large market data)
|
|
*.csv
|
|
data/*.csv
|
|
*.parquet
|
|
|
|
# Generated plots
|
|
*.png
|
|
*.jpg
|
|
*.svg
|
|
|
|
# Notebook checkpoints
|
|
.ipynb_checkpoints/
|
|
|
|
# Optuna / experiment DBs
|
|
*.db
|
|
|
|
# IDE / OS
|
|
.idea/
|
|
.vscode/
|
|
.DS_Store
|