Files
youclonedl/.gitignore
inputnoise a652f6e7a8 Add stack.env for Portainer repository deployment
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-25 20:26:33 +02:00

48 lines
513 B
Plaintext

# Database
app.db
app.db-shm
app.db-wal
data/
# Media
downloads/
# Python
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
# Node
frontend/node_modules/
frontend/dist/
# Env / secrets
.env
.env.*
!.env.example
# stack.env is intentionally tracked (Portainer requires it in the repo)
# Keep this repo private — it contains your SECRET_KEY
# User data files
channels.txt
subscriptions.csv
# Editor
.DS_Store
*.swp
*.swo
# Claude Code
.claude/
# Stray DB files
*.db
*.db-shm
*.db-wal