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

# Documentation-related
docs/_build
/google_appengine/

# Test files
.tox/

# Coverage files
.coverage
coverage.xml
nosetests.xml