chore: update .gitignore to exclude .cursorrules directory
All checks were successful
CI / lint-and-test (push) Successful in 24s

- Added .cursorrules/ to the .gitignore file to prevent tracking of cursor rule files in version control.
This commit is contained in:
2026-02-25 13:49:04 +03:00
parent 0e8d1453e2
commit 71d56d2491

1
.gitignore vendored
View File

@@ -8,6 +8,7 @@ venv/
data/
*.db
.cursor/
.cursorrules/
# Test and coverage artifacts
.coverage
htmlcov/