workspace: initial commit - MEMORY, tasks, skills, memory

This commit is contained in:
Stream
2026-04-12 21:46:09 +03:00
parent 84cd63ce70
commit 256086e73e
224 changed files with 31654 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Временные файлы
temp/
dumps/
*.tmp
*.log
# Бэкапы installer
installer/backups/
installer/logs/
installer/sessions/
installer/.lock/
# Python
__pycache__/
*.pyc
venv/
*.egg-info/
# Данные (большие / генерируемые)
tasks/snowbike-rag/data/
tasks/telegram-collector/data/
data/
# Системное
.DS_Store
Thumbs.db
state/