From 31058ed49435432618cf8564cd58e6fb0258532b Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:40:46 -0500 Subject: [PATCH] chore(gitignore): add rules*.json to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 15201ac..3e3d033 100644 --- a/.gitignore +++ b/.gitignore @@ -169,3 +169,4 @@ cython_debug/ # PyPI configuration file .pypirc +rules*.json \ No newline at end of file