__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
.env
.mypy_cache/
.pytest_cache/
.ruff_cache/
*.so
.DS_Store

# Reference project (not part of this library)
quantus-fastapi/
site/

# Git worktrees
.worktrees/
