# Python
__pycache__/
*.pyc
.venv/
dist/
*.egg-info/
.pytest_cache/
.ruff_cache/
uv.lock

# Editors / OS
.idea/
.vscode/
.DS_Store
