# Build artefacts
dist/
build/
*.egg-info/
*.egg

# Caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
__pycache__/
*.pyc
*.pyo
*.pyd
htmlcov/
.coverage
.coverage.*

# uv
.venv/
.python-version

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
