From 6bbba3e4063620bc9251f7b5e5821453f251f688 Mon Sep 17 00:00:00 2001 From: Rune Olsen Date: Thu, 4 Dec 2025 12:15:36 +0100 Subject: [PATCH] Initial commit --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cfa4cd7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +*.pyc +*.pyd +*.pyo +venv/ +.venv/ +env/ +.env/ +dist/ +build/ +*.egg-info/ +.coverage +.tox/ +.idea/ +*.iml +.ipynb_checkpoints/ +Pipfile.lock # Consider if you want to include or exclude + +# macOS-specific ignores +.DS_Store +.AppleDouble +.LSOverride +._* +*~.nib +*~.xib \ No newline at end of file