290da02936
Passwords and tokens in compose defaults, .env files, and servers.json for quick NAS restore without manual secret setup. Co-authored-by: Cursor <cursoragent@cursor.com>
18 lines
159 B
Plaintext
18 lines
159 B
Plaintext
# Infra configs
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.bak
|
|
.env.local
|
|
*.local
|
|
|
|
# Runtime data (niet in git)
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.pid
|
|
*.log
|
|
*.log.*
|
|
*.mmdb
|
|
BT_*
|
|
__pycache__/
|