-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
77 lines (67 loc) · 1.19 KB
/
.gitignore
File metadata and controls
77 lines (67 loc) · 1.19 KB
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
75
76
77
# Kotlin / Gradle
kotlin/.gradle/
kotlin/build/
kotlin/out/
kotlin/local.properties
*.class
# Keep gradle-wrapper.jar (conventional to commit)
!kotlin/gradle/wrapper/gradle-wrapper.jar
# Swift
swift/.build/
swift/.swiftpm/
swift/Package.resolved
swift/*.xcodeproj/
swift/*.xcworkspace/
swift/DerivedData/
# C# / .NET
csharp/**/bin/
csharp/**/obj/
csharp/**/.vs/
csharp/*.user
csharp/*.suo
*.nupkg
# TypeScript / Node.js
typescript/node_modules/
typescript/dist/
typescript/coverage/
typescript/.tsbuildinfo
typescript/package-lock.json
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
python/dist/
python/build/
python/.venv/
python/venv/
python/.pytest_cache/
# IDE
.idea/
*.iml
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Build artifacts (from build.sh build-artifacts)
.build/
dist/
*.tgz
*.jar
*.war
!kotlin/gradle/wrapper/gradle-wrapper.jar
# Test outputs (generated, not committed except compression-report.md)
**/test-reports/
# Zstd training corpus (regenerated locally by DictionaryTrainingTest;
# canonical copy lives in the TAKPacket-ZTSD repo)
testdata/training_corpus/
.codex/config.toml
.cursor/mcp.json
.gemini/settings.json
.zed/settings.json
config/mcporter.json
.mcp.json
opencode.json