From e13c2e4e1cb71827b134fc85219e2a3cd2e4ce5f Mon Sep 17 00:00:00 2001 From: Eric Wild Date: Fri, 10 Jun 2022 15:23:58 +0200 Subject: [PATCH] add a reasonable .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c75580 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/.vscode/* +/build/* +*.pyc +*.pyo