.env # ОС .DS_Store Thumbs.db # Редакторы .vscode/ .idea/ *.swp *.swo # Логи и временные файлы *.log *.tmp *.temp # Зависимости node_modules/ vendor/ __pycache__/ *.pyc *.pyo .pytest_cache/ __pycache__/ *.py[cod] *$py.class *.so .Python .env .venv pip-log.txt pip-delete-this-directory.txt .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ *.mo *.pot*.zip