From 4a93382207627b9767f5bbe5c3909f3a40f0b948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com> Date: Thu, 25 Jul 2024 10:57:05 +0200 Subject: [PATCH] Add .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Running the dashboard locally leaves a folder "__pycache__" that we want to ignore. Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bee8a64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__ -- GitLab