1# Build artifacts 2*.py[cod] 3google_api_python_client.egg-info/ 4build/ 5dist/ 6 7# Test files 8.nox/ 9 10# Coverage files 11.coverage 12coverage.xml 13nosetests.xml 14 15# IDE files 16.idea 17.vscode