From da29d73520878d65826e579d21c54e2ab95e361e Mon Sep 17 00:00:00 2001 From: bonamin Date: Fri, 24 Apr 2026 09:33:45 +0300 Subject: [PATCH] chore: gitignore FISCAL-DRIVER-TESTS/ and data/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit FISCAL-DRIVER-TESTS/ contains vendor driver docs and test files that don't belong in source control. data/ holds the SQLite databases and uploaded product images — runtime-generated, not source. Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 2872e64..486c431 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,9 @@ dist/ # OS .DS_Store Thumbs.db + +# Fiscal driver tests & documentation +FISCAL-DRIVER-TESTS/ + +# Runtime data (databases, uploaded images) +data/