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

# Virtualenvs
.venv/

# Pytest
.pytest_cache/

# uv / packaging outputs (library repo; keep noise out of git)
uv.lock

# Node / build outputs
node_modules/
dist/

# OS
.DS_Store


