Skip to content

Commit 3520cd1

Browse files
Sigmanificientbackwardspy
authored andcommitted
chore: Improve gitignore
1 parent 54c5c5c commit 3520cd1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# IDE Settings
2+
.idea
3+
.vscode
4+
.vs
5+
6+
# Python Virtual Environment
17
.venv
8+
venv
9+
10+
# Python bytecode
211
__pycache__/
12+
*.py[cod]
13+
14+
# Coverage report
315
.coverage
16+
coverage.xml
17+
htmlcov

0 commit comments

Comments
 (0)