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