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