Parcourir la source

another_gitignore

kora il y a 1 an
Parent
commit
2628cf5029
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5 5
      .gitignore

+ 5 - 5
.gitignore

@@ -1,9 +1,9 @@
 # Python virtual envs
-fvenv/*
-venv/*
+fvenv/
+venv/
 # Additional Python stuff
-__pycache__
-**/__pycache
+__pycache__/
+**/__pycache__/
 app.log
 # IDEs
-.vscode/*
+.vscode/