pairs-cointegration / .gitignore
.gitignore
Raw
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
.venv/
venv/
env/

# Streamlit
.streamlit/secrets.toml

# IDE
.vscode/
.idea/
*.swp
.DS_Store

# Notebooks
.ipynb_checkpoints/

# Logs et données
*.log
*.csv
data/