Skip to content

Commit 0148e9d

Browse files
authored
Create MECHBOT_GITIGNORE.txt
1 parent 1a9448b commit 0148e9d

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

.github/MECHBOT_GITIGNORE.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# ================================================
2+
# 🕵️ MECHANICAL MIND BLACKOUT PROTOCOL
3+
# ================================================
4+
# FILES TO ERASE FROM ENEMY SURVEILLANCE
5+
# ================================================
6+
7+
# 🔥 CRITICAL SECRETS
8+
MECHBOT_SECRETS.env
9+
*.key
10+
*.token
11+
*.crt
12+
13+
# 🗄️ OPERATIONAL ARTIFACTS
14+
/battle_logs/
15+
/scan_reports/
16+
/mechmind_cache/
17+
18+
# 🚨 FAILURE TRACES
19+
*.stacktrace
20+
crash-reports/
21+
panic-logs/
22+
23+
# 🧪 TEST ENVIRONMENTS
24+
/test_grounds/
25+
/experimental/
26+
27+
# ================================================
28+
# WARNING: THESE FILES NEVER EXISTED
29+
# ================================================

0 commit comments

Comments
 (0)