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

# Python
__pycache__/
*.py[cod]
.venv/

# Tools
.pytest_cache/
.mypy_cache/
.ruff_cache/
.vscode/

# OS
.DS_Store
