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

# uv / venv
.venv/
.python-version

# Tooling caches
.ruff_cache/
.pytest_cache/
.mypy_cache/
.ty_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
