# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Virtual environments
.venv/
venv/
ENV/

# Build / packaging
build/
dist/
*.egg-info/
.eggs/
*.egg

# Test / type / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# Editor / OS
.idea/
.vscode/
*.swp
.DS_Store

# Local enroute data
.enroute/
*.jsonl
*.sqlite
*.db

# Secrets
.env
.env.*
!.env.example

# MkDocs
site/
