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

# Virtualenvs
.venv/
venv/
env/

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

# pytest
.pytest_cache/
.coverage
htmlcov/

# ruff / mypy
.ruff_cache/
.mypy_cache/

# FreeRide local state (must NEVER be committed)
.freeride/
freeride.egg-info/
