# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/

# Build artifacts
/dist/
/build/

# uv
.venv/

# OS
.DS_Store
