Files
Tools/.gitignore
T
Nirodan c95738d0a0
Build & Deploy / build (release) Has been cancelled
Migrate CI/CD from Gitea Registry to Docker Hub, remove Watchtower
- Switch runner to self-hosted
- Docker login and image paths now target docker.io / DEINUSERNAME
- Replace Watchtower with Unraid built-in container update
- Add section for external users pulling the public image
- Update .gitignore to exclude .claude/

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-22 09:17:38 +02:00

77 lines
980 B
Plaintext

# -----------------------------
# Node.js / React (Vite)
# -----------------------------
node_modules/
dist/
.vite/
.env
.env.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# -----------------------------
# Python / Flask
# -----------------------------
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.db
*.sqlite3
.Python
env/
venv/
ENV/
.venv/
*.log
# VS Code Python
.vscode/
# Byte-compiled / Cache
*.pyc
*.pyo
*.pyd
__pycache__/
# Test / coverage
coverage/
*.cover
*.py,cover
.hypothesis/
# Flask
instance/
config.py
config.json
*.sqlite
# -----------------------------
# Docker
# -----------------------------
*.tar
*.pid
*.sock
*.img
build/
docker-compose.override.yml
# -----------------------------
# Systemdateien
# -----------------------------
.DS_Store
Thumbs.db
*.swp
*.swo
# -----------------------------
# Optional: Editor-Dateien
# -----------------------------
.idea/
*.iml
*.sublime-project
*.sublime-workspace
logs/Screenshot 2026-01-22 151541.png
.claude/*