# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.eggs/
build/
dist/
wheelhouse/
.venv/
.venv-smoke/
venv/
env/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.uv/
uv.lock

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db
