-
Notifications
You must be signed in to change notification settings - Fork 305
Expand file tree
/
Copy path.claudeignore
More file actions
74 lines (63 loc) · 1013 Bytes
/
.claudeignore
File metadata and controls
74 lines (63 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Build outputs and caches
node_modules/
.turbo/
.tsup/
.nx/
.yarn/
.yarn-cache/
.pnpm-cache/
.pnpm-store/
**/build/
**/dist/
**/lib/
**/out/
**/generated/
**/*.tsbuildinfo
# Test outputs and fixtures (seed contains massive amounts of generated test code)
seed/
seed-remote-local/
test-remote-local-logs-*/
**/__snapshots__/
**/__test__/**/fixtures/
**/__test__/**/output/
# Python caches
**/__pycache__/
**/.pytest_cache/
**/.mypy_cache/
**/.ruff_cache/
**/*.egg-info/
**/*.prof
# Java/Kotlin build outputs
**/.gradle/
**/gradle/
**/gradlew
**/gradlew.bat
**/bin/
**/target/
# .NET build outputs
**/obj/
# PHP caches
.php-cs-fixer.cache
# Lock files (pnpm-lock.yaml is 100k+ lines)
pnpm-lock.yaml
# Large generated files
seed/python-sdk/trace/snippet-templates.json
# IDE and system files
.DS_Store
.idea/
.vscode/
.cursor/
*.code-workspace
.local/
.preview/
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Environment files
.env*.local
.vercel/
# Temporary files
*.swp
*.tmp