# Python
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
*.egg-info/
build/
dist/

# Virtualenv
.venv/

# uv
# (uv.lock IS committed)

# macOS
.DS_Store

# Editors
.idea/
.vscode/
