# --- Packaging ---
dist/
build/
*.egg-info/
.Python
*.manifest
*.spec

# Cache
.pytest_cache
__pycache__/
.mypy_cache/
.ruff_cache/
*.py[cod]

# venv
.venv/
env/
venv/

# MacOS
.DS_Store