35 lines
370 B
Plaintext
35 lines
370 B
Plaintext
# Environment and secrets
|
|
.env
|
|
*.env
|
|
|
|
# Databases
|
|
db/
|
|
conversations.db
|
|
sessions.db
|
|
watcher_state.json
|
|
watcher_status.json
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
venv/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Memory and settings (personal data)
|
|
memory.md
|
|
settings.json
|
|
|
|
# Backups
|
|
Admin/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
dreamer_state.json
|
|
migration_progress.json
|
|
dreamer_state.json
|
|
migration_progress.json
|