From 57d82546c3fd2b603852786bb3bd322117077690 Mon Sep 17 00:00:00 2001 From: Timo Knuth Date: Mon, 12 Jan 2026 18:52:06 +0100 Subject: [PATCH] Initial clean commit with .gitignore --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..da1541f --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Node.js +node_modules/ +dist/ +build/ +.env + +# Python +venv/ +__pycache__/ +*.pyc + +# System +.DS_Store +Thumbs.db + +# IDE +.vscode/