-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
98 lines (84 loc) · 2.5 KB
/
Copy path.gitignore
File metadata and controls
98 lines (84 loc) · 2.5 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# ──────────────────────────────────────────
# Gradle / JVM build
# ──────────────────────────────────────────
.gradle/
build/
!gradle/wrapper/gradle-wrapper.jar
bin/
out/
target/
# Compiled class / native artefacts
*.class
*.o
*.so
*.dll
*.dylib
# JVM crash logs
hs_err_pid*.log
replay_pid*.log
# ──────────────────────────────────────────
# IDE / Editor
# ──────────────────────────────────────────
.idea/
*.iml
.vscode/
.settings/
.project
.classpath
.factorypath
*.swp
*.swo
*~
# ──────────────────────────────────────────
# OS
# ──────────────────────────────────────────
.DS_Store
Thumbs.db
desktop.ini
# ──────────────────────────────────────────
# Project specific
# ──────────────────────────────────────────
# Local sandboxes / scratch files
IK
/scratch/
/tmp/
/local/
# Test JAR binaries (keep the YAML configs, ignore generated jars)
test-jars/out/
test-jars/output/
test-jars/zkm_example/
test-jars/*.log
# Native translation build cache (neko-native / Zig)
native-build/
*.zig.cache/
.gradle-cache/
.gradle-codex/
.gradle-user-home/
# Secrets / credentials (belt and braces — never commit these)
*.key
*.pem
*.p12
*.keystore
.env
.env.*
!.env.example
# ──────────────────────────────────────────
# Local reference / research material
# ──────────────────────────────────────────
_reference_native_obfuscator/
_refs/
# Local planning / scratch notes
/.plan/
/CLAUDE.md
/PLAN.md
/calculations.txt
# Local rendered/decompiled class reference dumps
/dev.nekoobfuscator.*
/org.objectweb.asm.*
/org.junit.jupiter.api.Assertions.*
/java.util.*
# Local source/reference snapshots
/neko-transforms/src.tar.gz
/docs/*.pdf
# embedded dev-impl worktree (reference only — not part of main)
worktree/