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

# uv / venv
.venv/

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

# macOS
.DS_Store
