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

# uv / venv
.venv/
uv.lock

# Caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage

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