# Python
__pycache__/
*.py[cod]
*.pyd
*.egg-info/
/dist/
/build/
.eggs/
.venv/
venv/
env/

# Rust / Cargo
/target/
Cargo.lock

# Maturin build artifacts
*.so
*.dll
*.dylib
*.dSYM

# IDE
.idea/
.vscode/
.DS_Store

# Pytest / type checking
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Valhalla tiles / OSM data (built locally by scripts/setup_valhalla.py)
valhalla_tiles/
data/osm/
duplicateways.txt
*.osm.pbf
*.pbf

# Quarto build artifacts (slides/ holds source; docs/ holds rendered output)
slides/**/_freeze/
slides/**/.quarto/
slides/**/index_files/
slides/**/index.html
slides/**/index.pdf
