# Python bytecode
__pycache__/
*.py[cod]

# Local environment
.venv/

# Generated output
/dist/
/site/

# Tool caches
.pytest_cache/
.ruff_cache/
.coverage

# Locally downloaded flight data
/data/
/Flt*_train.h5

# Local settings
.env
.vscode/
