# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
dist/
build/
.ruff_cache/
.mypy_cache/
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# uv
.uv_cache/

# Virtual environments & config
.venv/
.env

# OS
.DS_Store

# Project specific
*.log
tmp/

# Test data
tests/data/large/

# mise tasks (always include)
!mise-tasks/
!mise-tasks/**
