# Byte-compiled / caches
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyright/

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

# Virtual environments
.venv/
venv/
env/
.env

# Coverage
.coverage
htmlcov/
.tox/

# Editors / OS
.DS_Store
.idea/
.vscode/

# Library, not an app: no committed lockfile (deps are ranges in pyproject).
uv.lock
