From 2655f307c155bd9cb947e1f1bfac09c1b7de16f7 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Mon, 17 Aug 2026 11:40:56 +0200 Subject: [PATCH] docs: update .gitignore to include .python-version and AGENTS_PERSONAL.md --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 1f5f9435..085f2a72 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ **/.vscode **/.pytest_cache **/*.egg* +.python-version # file writer data **.h5 @@ -180,3 +181,6 @@ cython_debug/ #.idea/ # tombi.toml + +# Local agent files +AGENTS_PERSONAL.md \ No newline at end of file