From 7b37143c01e8492abe4789804f0f036a77ec23f6 Mon Sep 17 00:00:00 2001 From: Dolobarsch Date: Mon, 31 Aug 2026 17:58:51 +0200 Subject: [PATCH] feat: Add .gitignore to exclude Python cache files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6e4266f --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__/ +*.py[cod] +*$py.class