Initial commit: pod setup and shell scripts

Add create_pod_langflow.sh (Langflow + Langfuse Podman pod with pinned
image versions), set-colors.sh, .gitignore, and local .claude config.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
tlg
2026-06-23 20:27:51 +02:00
commit da35fc0e12
4 changed files with 393 additions and 0 deletions

50
.gitignore vendored Normal file
View File

@@ -0,0 +1,50 @@
# --- OS / filesystem cruft ---
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Thumbs.db
desktop.ini
# --- Editor / IDE ---
*~
*.swp
*.swo
.vscode/
.idea/
*.sublime-workspace
# --- Backups & patch leftovers ---
*.bak
*.bak-*
*.bak[0-9]*
*.backup
*.orig
*.rej
*.tmp
# --- Logs ---
*.log
# --- Secrets / credentials (never commit) ---
.env
.env.*
*.pem
*.key
id_rsa
id_ed25519
*_secret*
*.secret
credentials
secrets/
# --- Python (scripts may bring these) ---
__pycache__/
*.py[cod]
.venv/
venv/
# --- Local scratch ---
/tmp/
scratchpad/