From b7e7e0b8670fdbf2e035181c25f13cec26e593ac Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Fri, 7 Feb 2025 15:49:30 +0100 Subject: [PATCH] chore: ignore pyrightconfig.json --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4d56b4e..545c490 100644 --- a/.gitignore +++ b/.gitignore @@ -170,3 +170,4 @@ cython_debug/ # PyPI configuration file .pypirc .python-version +pyrightconfig.json