# mac file
.DS_Store
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
ask/_version.py

# Virtual environments
.venv

# Mutation testing artifacts
mutation.sqlite
mutation_reports/
.mutatest_cache/

# testing
.coverage
htmlcov/
.pytest_cache/
.ruff_cache/

# other caches
.mypy_cache/
