From 8079c87b17b3cf310f7846fd0896b9c896b2ddcc Mon Sep 17 00:00:00 2001 From: Daniel Rosel Date: Thu, 6 Nov 2025 14:23:27 +0100 Subject: [PATCH] chore: cleaning gitignore --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f4056c4..45c14d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,7 @@ **/.env -**/.venv \ No newline at end of file +**/.venv +PHANTOM.wiki/ +**/.virtual_documents/ +**/__pycache__/ +**/.ipynb_checkpoints/ +CLA*.md \ No newline at end of file