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

.venv/
.uv/

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

.vscode/
.idea/
*.swp
