From 24aabd43f2f2211119d0dd0672f81e4a6dd5cd92 Mon Sep 17 00:00:00 2001 From: ducklet Date: Sun, 11 Jul 2021 19:17:02 +0200 Subject: [PATCH] exclude *.local from git --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0eacced..ba432e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*.local *.pyc /.cache /.pytest_cache