Files
deb-python-oauth2client/.gitignore
Danny Hermes 401fb51d19 Adding htmlcov/ directory to gitignore.
This directory is HTML output generated by

$ coverage html

and can be used to find things such as branch misses in tests.
2015-08-24 16:32:39 -07:00

28 lines
360 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
htmlcov/
# Files with private / local data
scripts/local_test_setup
tests/data/key.json
tests/data/key.p12
tests/data/user-key.json
# PyCharm configuration:
.idea