From c56b67823d7cba947ebae41adb2a46324bbf95c6 Mon Sep 17 00:00:00 2001 From: jwradhe Date: Tue, 16 Dec 2025 20:05:05 +0100 Subject: [PATCH] =?UTF-8?q?L=C3=A4gg=20till=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0f382c2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Python bytecode +__pycache__/ +*.py[cod] +*$py.class + +# Virtual environments +venv/ +.env/ + +# Pytest +.pytest_cache/ + +# SQLite +*.db + +# OS +.DS_Store