aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 519e3f982e24d6acd7c91c5a97f338df118bc163 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Build artifacts
*.py[cod]
oauth2client.egg-info/
build/
dist/
docs/

# Test files
.tox/

# Coverage files
.coverage
coverage.xml
nosetests.xml