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