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

# uv / pip
.venv/
.uv/

# macOS
.DS_Store
