# Python __pycache__/ *.py[cod] *.egg-info/ dist/ build/ # Virtual environment .venv/ # Testing .pytest_cache/ .coverage htmlcov/ # Editor *.swp *.swo *~ .idea/ .vscode/