lilith-platform/.claudeignore
Lilith 37caa72e61 chore(config): 🔧 Update core tooling and add .claudeignore file for exclusions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 15:06:13 -08:00

33 lines
421 B
Text

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