From c3eb5b5316a0ffd3a5348fec733c55fc04eb7ffa Mon Sep 17 00:00:00 2001 From: Karl Mathias Moberg Date: Mon, 15 Jan 2024 20:35:10 +0100 Subject: [PATCH] Add gitignore --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e89ff0c --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +### IntelliJ & Python template +### Standard Ignore Template + +# IntelliJ project files +.idea +*.iml +out +gen + +# Python Output +.venv + +# PyCharm +*.pyc + +# Mac OS +.DS_Store