1e51ef7def
- Konzept/, didaktik_geografie/, didaktik_simulation/, v2-modules/, v2-platform/ - 12 code-workspace-Files - STATUS-*.md - viele M/D/R-Änderungen an bereits getrackten Files - .gitignore verstärkt: **/.humaninput/, **/secret_keys.txt Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
26 lines
455 B
Plaintext
26 lines
455 B
Plaintext
node_modules/
|
|
App/node_modules/
|
|
App/dist/
|
|
App/.env.local
|
|
App/.env.production
|
|
App/Don_t_Deploy/.env
|
|
.claude/
|
|
|
|
# Tile-Proxy-Cache (regenerierbare Kartenkacheln, nicht ins Git)
|
|
App/data/tiles/
|
|
|
|
# API-Keys und Secrets — niemals committen
|
|
.humanInput/Secrets/
|
|
.humanInput/secrets/
|
|
**/Secrets/keys.md
|
|
**/Secrets/*.key
|
|
*.secret
|
|
*-secret.*
|
|
|
|
# Nachträgliche Absicherung — 2026-07-08
|
|
secret_keys.txt
|
|
**/secret_keys.txt
|
|
**/.humaninput/
|
|
**/.env
|
|
!**/.env.example
|