Move local secrets to ignored CONTEXT.local.md

This commit is contained in:
2026-04-15 06:46:10 +00:00
parent e9d9375282
commit 31309e1631
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
__pycache__/ __pycache__/
*.pyc *.pyc
.venv/ .venv/
CONTEXT.local.md

View File

@@ -94,7 +94,7 @@ docker compose up -d --build
## Git ## Git
- Remote: `https://git.ruslan.xyz/ruslan/mont_vendor_maps.git` - Remote: `https://git.ruslan.xyz/ruslan/mont_vendor_maps.git`
- Логин для push: `ruslan@ipcom.su` - Логин для push: `ruslan@ipcom.su`
- Пароль/токен не хранить в репозитории и контекстных файлах; использовать через credential manager или переменные окружения. - Локальные секреты хранить в `CONTEXT.local.md` (файл в `.gitignore`, не пушится).
## Заметки ## Заметки
- Приложение хранит данные в `matrix.db`. - Приложение хранит данные в `matrix.db`.