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

# Virtualenv
.venv/
venv/

# uv — flask-rls is a library; the dev lockfile is not tracked
uv.lock

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.mypy_cache/
.ruff_cache/

# OS / editor
.DS_Store
.idea/
.vscode/
