Gesamtes System umbenannt: - .github/genome/ → .github/knowledge-conduit/ - .github/skills/genome/ → .github/skills/knowledge-conduit/ - genome-extract.py → kc-extract.py - genome.prompt.md → knowledge-conduit.prompt.md - genome-distill.prompt.md → kc-distill.prompt.md - genome-propagate.prompt.md → kc-transfer.prompt.md - Concept Genome Engine.md → Concept.md - Alle internen Referenzen aktualisiert - .gitignore aktualisiert
42 lines
486 B
Text
42 lines
486 B
Text
# Android / Gradle
|
|
*.iml
|
|
.gradle/
|
|
local.properties
|
|
.idea/
|
|
*.hprof
|
|
build/
|
|
captures/
|
|
.externalNativeBuild/
|
|
.cxx/
|
|
*.apk
|
|
*.aab
|
|
*.ap_
|
|
*.dex
|
|
|
|
# Kotlin
|
|
*.class
|
|
.kotlin/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# VS Code
|
|
.vscode/settings.json
|
|
|
|
# Temp-Dateien (Screenshots, Logs etc.)
|
|
tmp/
|
|
|
|
# H2 Database files
|
|
server/data/
|
|
|
|
# Copilot memories (session-only)
|
|
memories/session/
|
|
|
|
# Environment secrets (never commit)
|
|
.env
|
|
|
|
|
|
# Knowledge Conduit generated output
|
|
.github/knowledge-conduit/output/*.md
|