From e2335fa148d56e0d227cfa7f112b23b028133187 Mon Sep 17 00:00:00 2001 From: Lasse Server Date: Tue, 14 Oct 2025 11:16:37 +0200 Subject: [PATCH] Add .gitignore to exclude Python artifacts and cache files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..123f9a2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Ignore pycache and other Python artifacts +__pycache__/ +*.py[cod] +*$py.class +*.pyc \ No newline at end of file