# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
.eggs/
build/
dist/
wheels/
*.whl

# Environments
.venv/
venv/
env/
.env

# uv
.uv-cache/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Docs build
site/
.cache/

# Model checkpoints — trained bundles live on the Hub, never in git (e.g. the train_bilstm_real
# driver writes bilstm-base.pt to the repo root).
*.pt

# Leaderboard scoring bundle — built offline from a credentialled reconstruction and supplied to the
# Space as private deploy-time data. Its fixture carries real elset epochs (derived Space-Track data
# the dataset does not redistribute, D2/D12), so it must never enter git.
leaderboard-bundle/

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