mirror of
https://github.com/Arianhgh/fx-quant-research.git
synced 2026-08-24 08:08:11 +00:00
Add project scaffold with config and dependencies
This commit is contained in:
+49
@@ -0,0 +1,49 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user