# Virtual environment .venv/ # Python __pycache__/ *.py[cod] *.pyo *.pyd .Python *.egg-info/ dist/ build/ *.egg .eggs/ # Distribution / packaging *.whl *.tar.gz # IDE .idea/ .vscode/ *.suo *.ntvs* *.njsproj *.sln *.sw? # OS .DS_Store Thumbs.db # Testing .pytest_cache/ .coverage htmlcov/ # Env files .env .env.*