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