8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4e6a4 commit 77d2be4Copy full SHA for 77d2be4
.gitignore
@@ -0,0 +1,29 @@
1
+.coveralls.yml
2
+*.pyc
3
+.coverage
4
+.tox
5
+.pytest_cache
6
+.ipynb_checkpoints
7
+.executed_notebooks
8
+coverage.xml
9
+python-docs-samples.json
10
+service-account.json
11
+client-secrets.json
12
+__pycache__
13
+*db\.sqlite3
14
+managed_vms/django_tutorial/static/*
15
+**/migrations/*
16
+lib
17
+testing/resources/test-env.sh
18
+testing/resources/service-account.json
19
+testing/resources/client-secrets.json
20
+secrets.tar
21
+.cache
22
+junit.xml
23
+credentials.dat
24
+.nox
25
+.vscode/
26
+*sponge_log.xml
27
+.DS_store
28
+env/
29
+.idea
0 commit comments