chore: add .gitignore entries for .vscode, .history, and form.db* patterns

This commit is contained in:
2024-12-14 21:25:13 +00:00
parent 59acdfc033
commit 77b19a98c7
+5
View File
@@ -1,4 +1,9 @@
# ---> Python
.vscode
.history
form.db*
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]