14 lines
151 B
Plaintext
14 lines
151 B
Plaintext
# Build artifacts
|
|
*.py[cod]
|
|
google_api_python_client.egg-info/
|
|
build/
|
|
dist/
|
|
|
|
# Test files
|
|
.tox/
|
|
|
|
# Coverage files
|
|
.coverage
|
|
coverage.xml
|
|
nosetests.xml
|