From cb353dcd4327ebf00c585cfabcac3422b5143e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Tue, 10 Jan 2023 19:03:37 +0100 Subject: [PATCH] Ignore .pyi files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b3d27af..2beba2c 100644 --- a/.gitignore +++ b/.gitignore @@ -132,3 +132,5 @@ dmypy.json *.sqlite *.sqlite-shm *.sqlite-wal + +*.pyi