From 8103a98377866435a4781e7182b5bd9311de541c Mon Sep 17 00:00:00 2001 From: Johannes Fischer Date: Mon, 19 Jul 2021 12:36:01 +0200 Subject: [PATCH] Add .project to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b6a56c6..0505aba 100644 --- a/.gitignore +++ b/.gitignore @@ -117,6 +117,9 @@ venv.bak/ # Rope project settings .ropeproject +# VS Code project settings +.project + # mkdocs documentation /site @@ -138,4 +141,4 @@ datasets/ experiments/results/ # Dependencies -InteractionSimulator/ \ No newline at end of file +InteractionSimulator/