File tree 7 files changed +124
-47
lines changed
7 files changed +124
-47
lines changed Original file line number Diff line number Diff line change
1
+ # Byte-compiled / optimized / DLL files
2
+ __pycache__ /
3
+ * .py [cod ]
4
+ * $py.class
5
+
6
+ # C extensions
7
+ * .so
8
+
9
+ # Distribution / packaging
10
+ .Python
11
+ build /
12
+ develop-eggs /
13
+ dist /
14
+ downloads /
15
+ eggs /
16
+ .eggs /
17
+ lib /
18
+ lib64 /
19
+ parts /
20
+ sdist /
21
+ var /
22
+ wheels /
23
+ * .egg-info /
24
+ .installed.cfg
25
+ * .egg
26
+ MANIFEST
27
+
28
+ # PyInstaller
29
+ # Usually these files are written by a python script from a template
30
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
31
+ * .manifest
32
+ * .spec
33
+
34
+ # Installer logs
35
+ pip-log.txt
36
+ pip-delete-this-directory.txt
37
+
38
+ # Unit test / coverage reports
39
+ htmlcov /
40
+ .tox /
41
+ .coverage
42
+ .coverage. *
43
+ .cache
44
+ nosetests.xml
45
+ coverage.xml
46
+ * .cover
47
+ .hypothesis /
48
+ .pytest_cache /
49
+
50
+ # Translations
51
+ * .mo
52
+ * .pot
53
+
54
+ # Django stuff:
55
+ local_settings.py
56
+ db.sqlite3
57
+
58
+ # Flask stuff:
59
+ instance /
60
+ .webassets-cache
61
+
62
+ # Scrapy stuff:
63
+ .scrapy
64
+
65
+ # Sphinx documentation
66
+ docs /_build /
67
+
68
+ # PyBuilder
69
+ target /
70
+
71
+ # Jupyter Notebook
72
+ .ipynb_checkpoints
73
+
74
+ # pyenv
75
+ .python-version
76
+
77
+ # celery beat schedule file
78
+ celerybeat-schedule
79
+
80
+ # SageMath parsed files
81
+ * .sage.py
82
+
83
+ # Environments
84
+ .env
85
+ .venv
86
+ env /
87
+ venv /
88
+ ENV /
89
+ env.bak /
90
+ venv.bak /
91
+
92
+ # Spyder project settings
93
+ .spyderproject
94
+ .spyproject
95
+
96
+ # Rope project settings
97
+ .ropeproject
98
+
99
+ # mkdocs documentation
100
+ /site
101
+
102
+ # mypy
103
+ .mypy_cache /
104
+
105
+ # Google Cloud Creds
1
106
HackersAndSlackers-d2a47db89384.json
2
107
HackersAndSlackers-d2a47db89384.json
3
108
HackersAndSlackers-4893023543f3.json
4
109
HackersAndSlackers-59ed81beb2ea.json
5
110
HackersAndSlackers-aec129ee8154.json
6
- .env
111
+ hackersandslackers-204807-a78d7cf1d0d8.json
112
+ * .json
113
+
114
+ # .DS_Store
7
115
.DS_Store
116
+
117
+ # logs
118
+ logs /*
119
+
120
+ # Pycharm
121
+ .idea
122
+ .idea /.gitignore
123
+ .idea /bigquery-to-mysql.iml
124
+ .idea /inspectionProfiles /
125
+ .idea /misc.xml
126
+ .idea /modules.xml
127
+ .idea /vcs.xml
128
+
129
+ # creds
130
+ gcloud.json
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments