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