From 64641fa9b8c249ffe2b653660932f002ffc35935 Mon Sep 17 00:00:00 2001 From: vickytechkey Date: Sun, 16 Aug 2026 15:33:39 +0530 Subject: [PATCH] chore: update gitignore to include common Python build artifacts and test caches --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8e477f1..5a21cd3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ .venv *.sqlite3 .env -./crm/__pycache__/ +__pycache__/ +*.pyc +*.pyo +*.pyd +.pytest_cache/