# OS
.DS_Store
Thumbs.db
desktop.ini

# Editors
.vscode/
.idea/
*.swp
*.swo
*~

# Python
__pycache__/
*.py[cod]
.venv/
venv/
build/
dist/
*.egg-info/
.mypy_cache/
.pytest_cache/

# Secrets — the OpenRouteService key never belongs in the repository
.env
