Browse Source

add __pycache to git ignore

latapp 11 months ago
parent
commit
04fa960849
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .gitignore

+ 3 - 1
.gitignore

@@ -1,3 +1,5 @@
 .vscode
 pedidos_express.zip
-tailwind.config.js
+tailwind.config.js
+__pycache__
+.venv