Doku: KONZEPT.md, ROADMAP.md, AGENTS.md, README.md, SAVEPOINT.md, .aiexclude

This commit is contained in:
2026-07-21 10:11:42 +02:00
parent b0c40e3aa6
commit cbe7d2b9c3
5 changed files with 289 additions and 2 deletions
+31
View File
@@ -0,0 +1,31 @@
# Rippy — Was die KI NICHT lesen soll
# gitignore-Syntax, was im Kontext ignoriert wird
# Secrets & Config
.env
*.env
config/secrets.yml
config/api-keys.yml
# Large data files
*.mkv
*.flac
*.iso
media/
# Build artifacts
frontend/dist
node_modules/
__pycache__/
*.egg-info/
.pytest_cache/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db