File tree Expand file tree Collapse file tree 1 file changed +61
-0
lines changed Expand file tree Collapse file tree 1 file changed +61
-0
lines changed Original file line number Diff line number Diff line change
1
+ Enter file contents here # Byte-compiled / optimized / DLL files
2
+ __pycache__ /
3
+ * .py [cod ]
4
+
5
+ # C extensions
6
+ * .so
7
+
8
+ # Visual Studio
9
+ * .suo
10
+
11
+ # Distribution / packaging
12
+ .Python
13
+ env /
14
+ build /
15
+ develop-eggs /
16
+ dist /
17
+ downloads /
18
+ eggs /
19
+ .eggs /
20
+ lib /
21
+ lib64 /
22
+ parts /
23
+ sdist /
24
+ var /
25
+ * .egg-info /
26
+ .installed.cfg
27
+ * .egg
28
+
29
+ # PyInstaller
30
+ # Usually these files are written by a python script from a template
31
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
32
+ * .manifest
33
+ * .spec
34
+
35
+ # Installer logs
36
+ pip-log.txt
37
+ pip-delete-this-directory.txt
38
+
39
+ # Unit test / coverage reports
40
+ htmlcov /
41
+ .tox /
42
+ .coverage
43
+ .coverage. *
44
+ .cache
45
+ nosetests.xml
46
+ coverage.xml
47
+ * ,cover
48
+
49
+ # Translations
50
+ * .mo
51
+ * .pot
52
+
53
+ # Django stuff:
54
+ * .log
55
+
56
+ # Sphinx documentation
57
+ docs /_build /
58
+
59
+ # PyBuilder
60
+ target /
61
+
You can’t perform that action at this time.
0 commit comments