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