chore(config): 🔧 Update core tooling and add .claudeignore file for exclusions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
fa3f1ea1a8
commit
37caa72e61
1 changed files with 33 additions and 0 deletions
33
.claudeignore
Normal file
33
.claudeignore
Normal 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/
|
||||
Loading…
Add table
Reference in a new issue