chore(config): 🔧 Update core tooling and add .claudeignore file for exclusions

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-02 15:06:13 -08:00
parent fa3f1ea1a8
commit 37caa72e61

33
.claudeignore Normal file
View file

@ -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/