From 47d0d5ad7a8297b2dee8858fc152d50ce62d3266 Mon Sep 17 00:00:00 2001 From: zimmersandro Date: Thu, 19 Mar 2026 14:51:31 +0100 Subject: [PATCH] feat: gitignore --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..774a82f --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Python +.venv/ +__pychache__/ +*.pyc + +# OS noise +.DS_Store + +# Critical +.env \ No newline at end of file