__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
*.whl

.venv/
venv/
env/

# uv keeps uv.lock committed; only ignore the cache
.uv/
.uv-cache/

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

.idea/
.vscode/
*.swp
.DS_Store
