Bitcoin-Analizer / .gitignore
Jorge12344321's picture
v4: BTC Forecast with Chronos — Streamlit dashboard + CLI backtest/forecast
23cf9d5
Raw
History Blame Contribute Delete
266 Bytes
# Cache y datos generados
cache/
results/
# Entornos Python
venv_py310/
venv/
.env/
# Streamlit
.streamlit/secrets.toml
# OS
.DS_Store
Thumbs.db
# Python
*.pyc
__pycache__/
*.egg-info/
dist/
build/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Misc
node_modules/
*.log