48 lines
513 B
Plaintext
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
|