Files
quant-factor-research/.gitignore

18 lines
134 B
Plaintext

# Python
__pycache__/
*.pyc
.venv/
# Jupyter
.ipynb_checkpoints/
# Data
/data/raw/
/data/processed/
# Secrets
.env
# OS
.DS_Store