workspace: initial clean commit
This commit is contained in:
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
# Временные файлы
|
||||
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/
|
||||
|
||||
# Секреты — НИКОГДА в git
|
||||
.ssh/
|
||||
.env
|
||||
**/.env
|
||||
tasks/flightradar24/.env
|
||||
tasks/tapo/tapo-monitor/.env
|
||||
Reference in New Issue
Block a user