# Go *.exe *.dll *.so *.dylib *.test *.out vendor/ # IDE .idea/ .vscode/ *.swp # OS .DS_Store Thumbs.db *.egg # Virtual environments venv/ .venv/ ENV/ # IDE .idea/ .vscode/ *.swp *.swo *~ # Testing .pytest_cache/ .coverage htmlcov/ .tox/ # Local .env .env.local *.log