__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.venv/
.env
venv/
ENV/

dist/
build/
*.egg
wheels/

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

.DS_Store
.idea/
.vscode/

uv.lock
