From a03304f9ef1f33c3b17c880d8175c5a770dadab5 Mon Sep 17 00:00:00 2001 From: shokollm <270575765+shokollm@users.noreply.github.com> Date: Wed, 8 Apr 2026 03:49:06 +0000 Subject: [PATCH] chore: update .gitignore to exclude Python artifacts --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index c13afad..e3a1c17 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,16 @@ .kugetsu/ +__pycache__/ +*.pyc +*.pyo +*.pyd +.Python +*.so +*.egg +*.egg-info/ +dist/ +build/ +.env +venv/ +.venv/ +*.db +data/