# Python __pycache__/ *.py[cod] *$py.class *.so .Python *.egg-info/ dist/ build/ # IDE .vscode/ .idea/ *.swp *.swo # Virtual Environment venv/ env/ ENV/ # Test .pytest_cache/ .coverage htmlcov/