瀏覽代碼

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

www-data 1 年之前
父節點
當前提交
560b5880c5
共有 1 個文件被更改,包括 5 次插入5 次删除
  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/