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

.venv/
venv/
env/

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

.pytest_cache/
.ruff_cache/
.mypy_cache/

.DS_Store
