🔺 Das Dreieck (ohne geht's nicht!): - 🐘 DumboSQL - Nie vergessend, Elefanten-Gedächtnis - 🦊 FunkFox - Bash Rapper, Pipes im Beat - 🕊️ Taichi Taube - Balance, Spirale, Weg zeigen 🎨 Die komplette Crew (alle 15/15): - Hardware: CapaciTobi, Schnecki, Schraubbär - Code: SnakePy, PepperPHP, CrabbyRust - UI: Schnippsi, Templatus, ASCII-Monster - System: Maya-Eule, Deepbit, Bugsy, Spider, Vektor ✨ Features: - Waldwächter Library (lib/waldwaechter.sh) - Inter-Character Communication via JSON logs - CrumbCrew Command Central (alle 15 Charaktere) - Stagebuilder Missionen mit AI-Integration - Kekshandbuch Zero v0.0 (komplette Doku) 🦊 Yo, check mal den Flow: Pipes sind wie Beat-Übergänge, Der Rhythmus hält dich fest und forstet. Mit | verbindest du Commands, Smoothes Transition, Flow ohne Ende! #OZM #Crumbforest #WoFragenWachsen 🤖 Generated with Claude Code Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
108 lines
1.3 KiB
Plaintext
108 lines
1.3 KiB
Plaintext
# === CF_Zero_V1 .gitignore ===
|
|
|
|
# AI Assistant Logs (contain conversation history and token usage)
|
|
# Die 15 Waldwächter + Legacy
|
|
.mayaeule_logs/
|
|
.eule_logs/
|
|
.deepbit_logs/
|
|
.bugsy_logs/
|
|
.schnippsi_logs/
|
|
.tobi_logs/
|
|
.templatus_logs/
|
|
.schraubaer_logs/
|
|
.schnecki_logs/
|
|
.dumbosql_logs/
|
|
.funkfox_logs/
|
|
.taichitaube_logs/
|
|
.snakepy_logs/
|
|
.pepperphp_logs/
|
|
.crabbyrust_logs/
|
|
.spider_logs/
|
|
.vektor_logs/
|
|
.asciimonster_logs/
|
|
# Legacy/Old names
|
|
.bits_logs/
|
|
.dumbo_logs/
|
|
.pepper_logs/
|
|
.snake_logs/
|
|
.stage_logs/
|
|
.taube_logs/
|
|
.missionstage_log/
|
|
.bugsy_log/
|
|
|
|
# Individual log files (but keep demo logs in missions/)
|
|
*.jsonl
|
|
*_log.json
|
|
*.log
|
|
mission_log_*.log
|
|
|
|
# But allow mission demo logs
|
|
!missions/**/*.log
|
|
!missions/**/demo_*.txt
|
|
|
|
# Environment variables (API keys!)
|
|
.env
|
|
.env.local
|
|
*.key
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
ENV/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# Camera/Video temp files
|
|
*.mp4
|
|
*.avi
|
|
*.mov
|
|
|
|
# Backups
|
|
*.zip
|
|
*.bak
|
|
*.backup
|
|
*_backup_*.zip
|
|
.pp_backup/
|
|
|
|
# Personal/Secret directories
|
|
geheimversteck/
|
|
usr/
|
|
|
|
# MacOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Cache
|
|
.cache/
|
|
*.cache
|
|
|
|
# Node modules (for ttyd/html)
|
|
node_modules/
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Config directories that may contain keys
|
|
.config/
|
|
.local/
|
|
.crumbair/
|
|
.dotnet/
|
|
|
|
# Temporary files
|
|
/tmp/
|
|
*.tmp
|
|
*.temp
|