39 lines
598 B
Plaintext
39 lines
598 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
|
|
|
|
# Agent process reports — local-only shared memory (not tracked)
|
|
AgentsReport/
|
|
|
|
# Task breakdown notes — never committed
|
|
.tasks/
|