# Python __pycache__/ *.py[cod] *$py.class *.so .Python # Virtual environments venv/ env/ ENV/ # Testing .coverage htmlcov/ .pytest_cache/ tests/ # Distribution dist/ build/ *.egg-info/ # IDE .vscode/ .idea/ *.swp *.swo # Environment .env .env.local # Git .git/ .gitignore # Documentation README.md # Misc *.log