You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
395 B
31 lines
395 B
# Build artifacts
|
|
*.py[cod]
|
|
oauth2client.egg-info/
|
|
build/
|
|
dist/
|
|
|
|
# Documentation-related
|
|
docs/_build
|
|
/google_appengine/
|
|
|
|
# Test files
|
|
.tox/
|
|
|
|
# Django test database
|
|
db.sqlite3
|
|
|
|
# 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
|