File tree 1 file changed +26
-14
lines changed 1 file changed +26
-14
lines changed Original file line number Diff line number Diff line change 1
1
__pycache__
2
- .DS_Store
3
2
.cache
4
3
.eggs
5
- .pytest_cache
6
- .tox
7
- build
8
- dist
9
4
* .egg-info
10
5
* .pyc
6
+ build
7
+ dist
11
8
12
- # IDE Specific files
13
- # ## Pycharm IDE - Jetbrains
9
+ # IDE Specific files/folders
10
+ # # Pycharm IDE - Jetbrains
14
11
.idea /*
15
12
.vscode /*
16
13
17
- # ## PyDev IDE - Eclipse
14
+ # # PyDev IDE - Eclipse
15
+ .settings /
16
+ .loadpath
18
17
.metadata
19
18
tmp /
20
- * .tmp
21
19
* .bak
22
- local.properties
23
- .settings /
24
- .loadpath
25
20
* .project
26
21
* .pydevproject
22
+ * .tmp
23
+ local.properties
24
+
25
+ # # Vim
26
+ * .swp
27
27
28
- # ## YouCompleteMe - VIM plugin
28
+ # ## YouCompleteMe
29
29
.ycm_extra_conf.py
30
30
31
- # #Tests JS
31
+ # JS files/folders
32
+ # # node / npm
32
33
node_modules /
34
+ package-lock.json
33
35
36
+ # MacOS files
37
+ .DS_Store
38
+
39
+ # Pipenv files
34
40
Pipfile.lock
41
+
42
+ # pytest folders
43
+ .pytest_cache
44
+
45
+ # tox folders
46
+ .tox
You can’t perform that action at this time.
0 commit comments