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

# uv / venv
.venv/

# Editor
.vscode/
.idea/
.DS_Store
