# pytest
.pytest_cache
.cache

# GITHUB Proposed Python stuff:
*.py[cod]
__pycache__

pytest-*.txt

# Visual Studio Code
.vscode/*
!.vscode/cSpell.json
!.vscode/extensions.json
!.vscode/tasks.json
.env

# mypy
/.mypy_cache/*
/.dmypy.json
