/
burning_hell
/
lab10_cloud_testing
Обзор
Документация
Войти
/
burning_hell
/
lab10_cloud_testing
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
.gitignore
31 строка
273 B
burning-hel
initial commit
12 дек 2025, 14:05
12 дек 2025, 14:05
213cef3
Код
Авторство
О чём код?
# Virtual environment .venv/ venv/ env/ # Python cache __pycache__/ *.py[cod] *$py.class # Database *.db *.sqlite3 # Jupyter Notebook .ipynb_checkpoints # IDE .vscode/ .idea/ # OS .DS_Store Thumbs.db # Great Expectations great_expectations/ uncommitted/ # Logs *.log