# Python __pycache__/ *.py[cod] *.so .Python build/ dist/ *.egg-info/ # Virtual environments .venv/ venv/ # Testing .pytest_cache/ .coverage htmlcov/ # IDE .idea/ .vscode/ *.swp # Project .current_template