# Python __pycache__/ *.py[cod] *$py.class *.so .Python .venv/ venv/ env/ .env *.egg-info/ dist/ build/ # IDE .vscode/ .idea/ *.swp # Testing .pytest_cache/ .coverage htmlcov/ # Logs *.log