33 lines
464 B
Plaintext
33 lines
464 B
Plaintext
|
|
# Python (if src/ or pyinstaller is ever used)
|
|
__pycache__/
|
|
*.pyc
|
|
dist/
|
|
build/
|
|
*.spec
|
|
*.egg-info/
|
|
|
|
# Editors
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Docker Compose — user's active stacks and secrets
|
|
compose/custom/
|
|
compose/config.env
|
|
|
|
# Secrets — never commit real keys/certs
|
|
config/authorized_keys
|
|
config/rclone.conf
|
|
|
|
# Stray session capture (accidentally created in the repo root)
|
|
session
|
|
|
|
# Scratch/plan notes — never committed
|
|
TEMP_PLAN.md
|
|
dream.md
|