From 71d56d249180d8134266f028c1d297d9cb85f9ee Mon Sep 17 00:00:00 2001 From: Nikolay Tatarinov Date: Wed, 25 Feb 2026 13:49:04 +0300 Subject: [PATCH] chore: update .gitignore to exclude .cursorrules directory - Added .cursorrules/ to the .gitignore file to prevent tracking of cursor rule files in version control. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 030ade7..e82fa83 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ venv/ data/ *.db .cursor/ +.cursorrules/ # Test and coverage artifacts .coverage htmlcov/