Sfoglia il codice sorgente

update gitignore

ignore: venv .venv
blezz-tech 2 mesi fa
parent
commit
d25d23fec6
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

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