__pycache__/
*.py[cod]
*$py.class

build/
dist/
*.egg-info/
*.egg

.venv/
venv/
env/

.coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/

.DS_Store
.vscode/
.idea/
uv.lock
