Skip to content

Commit 03040fe

Browse files
authored
Update the gitignore file (#368)
1 parent 6fe35ca commit 03040fe

File tree

1 file changed

+26
-14
lines changed

1 file changed

+26
-14
lines changed

.gitignore

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,46 @@
11
__pycache__
2-
.DS_Store
32
.cache
43
.eggs
5-
.pytest_cache
6-
.tox
7-
build
8-
dist
94
*.egg-info
105
*.pyc
6+
build
7+
dist
118

12-
# IDE Specific files
13-
### Pycharm IDE - Jetbrains
9+
# IDE Specific files/folders
10+
## Pycharm IDE - Jetbrains
1411
.idea/*
1512
.vscode/*
1613

17-
### PyDev IDE - Eclipse
14+
## PyDev IDE - Eclipse
15+
.settings/
16+
.loadpath
1817
.metadata
1918
tmp/
20-
*.tmp
2119
*.bak
22-
local.properties
23-
.settings/
24-
.loadpath
2520
*.project
2621
*.pydevproject
22+
*.tmp
23+
local.properties
24+
25+
## Vim
26+
*.swp
2727

28-
### YouCompleteMe - VIM plugin
28+
### YouCompleteMe
2929
.ycm_extra_conf.py
3030

31-
##Tests JS
31+
# JS files/folders
32+
## node / npm
3233
node_modules/
34+
package-lock.json
3335

36+
# MacOS files
37+
.DS_Store
38+
39+
# Pipenv files
3440
Pipfile.lock
41+
42+
# pytest folders
43+
.pytest_cache
44+
45+
# tox folders
46+
.tox

0 commit comments

Comments
 (0)