Skip to content

Commit 6e70a8d

Browse files
committed
ignored some files
1 parent fab38a5 commit 6e70a8d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.gitignore

+10-1
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,13 @@ venv.bak/
103103
# mypy
104104
.mypy_cache/
105105

106-
temp
106+
temp
107+
108+
# PyCharm and VSCode
109+
.idea/
110+
.vscode/
111+
112+
#Nuitka Builds
113+
*.build/
114+
*.dist/
115+
*.onefile-build/

0 commit comments

Comments
 (0)