Files
Adriano b977c371e5 feat(data): OHLCV loader via ccxt with parquet cache
Adjust .gitignore to keep src/multi_swarm/data/ tracked (only
top-level /data/ cache directory remains ignored).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-09 19:01:25 +02:00

42 lines
418 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Editors / OS
.vscode/
.idea/
.DS_Store
*.swp
*.swo
# Env / secrets
.env
.env.*
!.env.example
*.pem
*.key
# Project artefacts (non versionati: troppo grandi o rigenerabili)
runs.db
runs.db-journal
runs.db-wal
runs.db-shm
series/
*.parquet
*.feather
/data/
checkpoints/
logs/
*.log
# Build / dist
build/
dist/
*.egg