From 8d47537ac0490982b8fe85e1e68a184d1716053d Mon Sep 17 00:00:00 2001 From: fima <fima@dtu.dk> Date: Tue, 8 Aug 2023 13:41:24 +0200 Subject: [PATCH] Added gitignore file --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1bb0e88 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Compiled Python files +*.pyc +*.pyo +__pycache__/ + +# Distribution directories +dist/ +build/ +*.egg-info/ + +# Development and editor files +.vscode/ +.idea/ +*.swp +*.swo +*.pyc +*~ + +# Notebook checkpoints +.ipynb_checkpoints/ -- GitLab