Files
deb-python-oauth2client/.gitignore
Craig Citro 962cf74715 Automate doc creation.
This adds several pieces for doc creation:

 * a script to automate fetching the GAE SDK,
 * updates `doc-build` to fetch the SDK and use sphinx,
 * a dummy `django_settings` module where needed,
 * a `tox` target to build, and
 * use of `ghp-import` to push the changes into the gh-pages branch.
2015-01-05 23:14:07 -08:00

18 lines
195 B
Plaintext

# 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