Files
deb-python-oauth2client/.gitignore
Danny Hermes b65f2e11a9 Updating system tests to succeed on Travis.
Adds files which have been encrypted by Travis and
decrypts those files in scripts/run_system_tests.sh using
a key and initialization vector (iv) provided by the Travis
environment for this project.
2015-05-01 10:44:56 -07:00

24 lines
319 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
# Files with private / local data
scripts/local_test_setup
tests/data/key.json
tests/data/key.p12
tests/data/user-key.json