*.pyc
*.pyo
.DS_Store
.Spotlight-V100
.Trashes
__pycache__
*~
*.swp
*.orig
build/
_build/
dist/
*.log
*egg-info/
.venv/
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# mypy
.mypy_cache/
.dmypy.json
dmypy.json


local.sh
pyrightconfig.json

