# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.python-version
.pytest_cache/

# Build artifacts
/dist/
/build/

# uv
# (uv.lock IS committed)

# Editor
.vscode/
.idea/
*.swp

# OS
.DS_Store
