chore: Удаление служебной папки IDE из Git и обновление .gitignore

- Удалена служебная папка редактора из Git репозитория (локального и удаленного)
- Добавлена в .gitignore папка служебных файлов IDE
- Очистка репозитория от IDE-специфичных файлов
This commit is contained in:
Сергей Антропов
2025-10-25 19:35:47 +03:00
parent 787ab06e25
commit 9f338220c3
3 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@@ -175,3 +175,6 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/
# Локальные файлы редактора
.cursor/