File tree Expand file tree Collapse file tree 2 files changed +57
-0
lines changed
Expand file tree Collapse file tree 2 files changed +57
-0
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+ env /
12+ build /
13+ develop-eggs /
14+ dist /
15+ downloads /
16+ eggs /
17+ .eggs /
18+ lib /
19+ # Byte-compiled / optimized / DLL files
20+ __pycache__ /
21+ * .py [cod ]
22+ * $py.class
23+
24+ # C extensions
25+ * .so
26+
27+ # Distribution / packaging
28+ .Python
29+ env /
30+ build /
31+ develop-eggs /
32+ dist /
33+ downloads /
34+ eggs /
35+ .eggs /
36+ lib /
37+ lib64 /
38+ parts /
39+ sdist /
40+ var /
41+ * .egg-info /
42+ .installed.cfg
43+ * .egg
44+
45+ # PyInstaller
46+ # Usually these files are written by a python script from a template
47+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
48+ * .manifest
49+ * .spec
50+
51+ # Installer logs
52+ pip-log.txt
53+ pip-delete-this-directory.txt
54+
55+ # added by Iain
56+ .DS_Store
57+ .ipynb_checkpoints
You can’t perform that action at this time.
0 commit comments