Files
fxhnt/.gitignore
2026-07-10 23:57:12 +02:00

31 lines
483 B
Plaintext

__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.duckdb
*.db
.env
build/
dist/
# terragrunt-generated
**/.terraform/
**/backend.tf
**/provider.tf
*.tfstate
*.tfstate.*
**/.terragrunt-cache/
# market data blobs live in PVCs/object storage, never git
*.dbn
# downloaded 1m klines (binance.vision) + the worst_basis side-store — data, never git
klines_cache/
*.parquet
# local paper-trading API keys (never commit)
alpacca-paper-keys.txt
*-paper-keys.txt