target/
.idea/
*.iml
*.log
.DS_Store
__pycache__/
*.pyc

# Runtime and local data stay outside source control.
logs/
run/
tmp/
*.pid

# Training data and model artifacts live under /Users/zach/Desktop/quant-strategy-training-data.
data/
models/
artifacts/
