# instruction files .github/instructions/ # vscode settings .vscode/ v5.code-workspace # python virtual environment .venv/ # python cache __pycache__/ *.pyc #pytest cache .pytest_cache/ .mypy_cache/ .coverage