Browse Source

update gitignore

ignore: venv .venv
blezz-tech 2 tháng trước cách đây
mục cha
commit
d25d23fec6
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -1,6 +1,10 @@
 # VSCode
 .vscode
 
+# venv
+venv
+.venv
+
 # Python
 __pycache__/
 */__pycache__