From 37caa72e6120d4d8ead14f30ee550d72b842503e Mon Sep 17 00:00:00 2001 From: Lilith Date: Mon, 2 Feb 2026 15:06:13 -0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=F0=9F=94=A7=20Update=20core?= =?UTF-8?q?=20tooling=20and=20add=20.claudeignore=20file=20for=20exclusion?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .claudeignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .claudeignore diff --git a/.claudeignore b/.claudeignore new file mode 100644 index 0000000..1eb55bb --- /dev/null +++ b/.claudeignore @@ -0,0 +1,33 @@ +# Python virtual environments (17.4 GB CUDA binaries) +**/.venv/ +**/venv/ + +# Python cache (5,887 directories) +**/__pycache__/ +**/.pytest_cache/ +**/*.egg-info/ + +# Build artifacts +@build/ +dist/ +**/build/ + +# Turbo cache (many scattered directories) +**/.turbo/ + +# Test artifacts +test-reports/ +**/coverage/ + +# Node cache +**/node_modules/.cache/ +**/.next/ +**/.nuxt/ + +# IDE/Editor +**/.idea/ +**/.vscode/ + +# Logs +**/*.log +**/logs/