Skip to content

Commit 401539a

Browse files
committed
chore: Update .gitignore to include Zip files and correct Python file patterns
1 parent 3c9049e commit 401539a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.gitignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Byte-compiled / optimized / DLL files
1+
# Byte-compiled / optimized / DLL files / Zip files
22
__pycache__/
3-
*.py[cod]
3+
*.py[codz]
44
*$py.class
55

66
# C extensions
@@ -194,4 +194,7 @@ cython_debug/
194194
.cursorindexingignore
195195

196196
# VS Code
197-
.vscode/
197+
.vscode/
198+
199+
# Chore
200+
demo.py

0 commit comments

Comments
 (0)