# Python __pycache__/ *.py[cod] *$py.class *.so .Python venv/ ENV/ env/ .venv/ # Environment .env .env.local # IDE .vscode/ .idea/ *.swp *.swo # Logs *.log # Test .pytest_cache/ .coverage htmlcov/