Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d10ea84

Browse files
committed
Add some more stuff to .gitignore
1 parent 428f3d8 commit d10ea84

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,25 @@
22
.cache
33
.coverage
44
.env
5+
.env.bak
56
.idea
67
.mypy_cache
78
.pytest_cache
89
.tox
910
.venv
11+
.venv.bak
12+
.vs
1013

1114
build
1215
dist
1316
docs/_build
1417

18+
play
19+
1520
__pycache__
1621

22+
*.cover
23+
*.egg
1724
*.egg-info
25+
*.log
1826
*.py[cod]

0 commit comments

Comments
 (0)