-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (36 loc) · 965 Bytes
/
Copy path.gitignore
File metadata and controls
46 lines (36 loc) · 965 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
# --- Android / Gradle / IntelliJ standard ignore ---
# Build outputs
*.iml
.gradle/
build/
captures/
.externalNativeBuild/
.cxx/
# Local configuration (SDK path, secrets) — must never be committed
local.properties
# IDE
.idea/
*.hprof
# Keystore / signing — keep secrets out of a public repo
*.jks
*.keystore
# OS noise
.DS_Store
# Secrets used only for local testing (e.g. Gemini API key for the Testing Agent retail flavor)
secrets.properties
gemini.api.key
*.api.key
# Kotlin compiler daemon
.kotlin/
# --- Internal planning / study notes — NOT part of the published project ---
/PLAN.md
/docs/
# Reliability-harness runtime artifacts (the tool + dataset are kept; logs/reports are not)
/tools/reliability-harness/*.log
/tools/reliability-harness/report-*.json
/tools/reliability-harness/.instrumentation_output.txt
# Generated documents (the technical PDF is delivered privately, not committed)
*.pdf
# Python bytecode cache
__pycache__/
*.pyc