Skip to content

Commit e6de0ba

Browse files
committed
chore: improved the .gitignore
1 parent c3e6bc9 commit e6de0ba

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

.gitignore

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
build
22
dist
3+
docs
4+
other
5+
old
6+
7+
# Coverage
8+
*coverage*
9+
htmlcov
10+
11+
# Editor/IDEs
12+
.idea
13+
*.swp
14+
15+
# Python
16+
*venv*
317
__pycache__
18+
19+
# Misc
420
.*cache
5-
*.swp
621
.DS_Store
7-
8-
.idea
9-
venv*
10-
old
11-
other
12-
docs
13-
.venv

0 commit comments

Comments
 (0)