1 files changed, 14 insertions(+), 6 deletions(-)
M .gitignore
M .gitignore => .gitignore +14 -6
@@ 1,18 1,26 @@
-# Виртуальное окружение
+# Virtual environments
venv/
env/
+.venv/
+docs/.venv/
+site/
+docs/site/
+.cache/
+docs/.cache/
+docs/
-# Кэш Python
+# Python cache
__pycache__/
*.py[cod]
*$py.class
-# Файлы сред и конфигураций
+# Environment and configuration files
.env
+mkdocs.yml
-# Логи
+# Logs
*.log
-# Временные файлы
+# Temporary files
.DS_Store
-__MACOSX/>
\ No newline at end of file
+__MACOSX/