Doku: KONZEPT.md, ROADMAP.md, AGENTS.md, README.md, SAVEPOINT.md, .aiexclude
This commit is contained in:
+31
@@ -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
|
||||
Reference in New Issue
Block a user