Skip to content

Commit 623b93d

Browse files
committed
Improve gitignore
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 777167e commit 623b93d

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.gitignore

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
*.pyc
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
25
*.db
36
.installed.cfg
47
parts
@@ -26,9 +29,15 @@ _build
2629
pip-selfcheck.json
2730
pyvenv.cfg
2831
geckodriver.log
32+
33+
# Various junk and temp files
2934
.DS_Store
35+
*~
36+
.*.sw[po]
37+
.build
38+
.ve
39+
*.bak
3040
var
31-
.metaflow
3241
share
3342
selenium
3443
local

0 commit comments

Comments
 (0)