From d7fd16041c52116bd19e3304deb70f6377195b43 Mon Sep 17 00:00:00 2001 From: Kent Paik Date: Thu, 28 Aug 2025 17:06:15 +0900 Subject: [PATCH] Update .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index da3d1cc..726822f 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ share/python-wheels/ .installed.cfg *.egg MANIFEST +src/*/_version.py # PyInstaller # Usually these files are written by a python script from a template @@ -192,4 +193,4 @@ cython_debug/ # exclude from AI features like autocomplete and code analysis. Recommended for sensitive data # refer to https://docs.cursor.com/context/ignore-files .cursorignore -.cursorindexingignore \ No newline at end of file +.cursorindexingignore