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

.venv/
venv/
env/

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

.uv/
uv.lock

*.log
.DS_Store
.env
