# Generated upgrade reports
patch-upgrades.json
patch-upgrades-summary.md

# Backup directories created by apply script
.package-json-backups-*/

# npm/yarn package manager cache file
.go-patch-it-cache.json

# DS store
.DS_Store

# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Testing cache
.pytest_cache/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Linting
.ruff_cache/

# Coverage
htmlcov/
.coverage*
coverage.json
coverage.xml
*.cover
.hypothesis/

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