# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
.eggs/
build/
dist/
wheels/
.venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# uv
.python-version

# OS / editors
.DS_Store
.idea/
.vscode/
*.swp
