-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (49 loc) · 1.01 KB
/
Copy path.gitignore
File metadata and controls
54 lines (49 loc) · 1.01 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
# ─── Reverse-engineering artifacts — NEVER commit (proprietary; this repo is public) ───
# The Superb Cut APK and anything decompiled/extracted from it stay strictly local,
# the same way cricut-export keeps app-src/, refs/, tools/ out of git.
research/
dist/
*.apk
*.aab
*.idsig
*.dex
btsnoop_hci.log
*.btsnoop
*.pcap
*.pcapng
# ─── Local Android/Java toolchain (kept local, like cricut-export/tools) ───
tools/
# ─── Android / Gradle ───
.gradle/
build/
*/build/
android/.robolectric-deps/
local.properties
captures/
.cxx/
*.iml
.idea/
.kotlin/
keystore.properties
signing-lineage.bin
*/signing-lineage.bin
*.jks
*.keystore
# ─── Python (helper scripts for protocol analysis, if any) ───
.venv/
__pycache__/
*.pyc
.pytest_cache/
# ─── OS / editor ───
.DS_Store
Thumbs.db
*.log
# ─── Local-only assistant/instruction files — never commit (kept out of the public repo) ───
AGENTS.md
agents.md
CLAUDE.md
claude.md
GEMINI.md
gemini.md
.cursorrules
.aider*