Причёсинг

This commit is contained in:
2026-04-15 21:17:14 +03:00
parent 11fc697771
commit 9c73a8672e
7 changed files with 641 additions and 95 deletions

23
.gitignore vendored
View File

@@ -1,7 +1,22 @@
/target
.env
.DS_Store
*.xlsx
*.osheet
*.txt
# Файлы окружения
.env
# Логи
logs/
*.log
# Выходные файлы
output/
*.xlsx
*.json
*.txt
# IDE
.vscode/
.idea/
*.swp
# Скомпилированные файлы
target/