~cytrogen/evi-run

a87460e2c662916779c297a2ddd09b63056b88eb — Bendy 6 months ago 34569b4
chore: update .gitignore (ignore docs/ and mkdocs.yml; translate comments to English)
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/