__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
