From a18500d429ed0e1c574c21a48e3db6a8300a5944 Mon Sep 17 00:00:00 2001 From: akshay0611 Date: Wed, 17 Jun 2026 15:28:03 +0530 Subject: [PATCH] chore: harden root .gitignore with Python and build artifacts --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index ac89803..1284981 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,12 @@ .DS_Store +*.pyc +*.pyo +__pycache__/ +.pytest_cache/ +.mypy_cache/ +*.egg-info/ +build/ +dist/ node_modules/ .venv/ +.env