Bläddra i källkod

Merge branch 'master' of http://dev.restore.ovi.cnr.it:3000/TEAMOVI/Semantization_Interface

www-data 1 år sedan
förälder
incheckning
560b5880c5
1 ändrade filer med 5 tillägg och 5 borttagningar
  1. 5 5
      .gitignore

+ 5 - 5
.gitignore

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