/
spirzen
/
it-code-examples
Обзор
Документация
Войти
/
spirzen
/
it-code-examples
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/text/code-413-116-005/main.gitignore
34 строки
282 B
Spirzen
Code migration pack
09 июн 2026, 01:41
09 июн 2026, 01:41
cebc284
Код
Авторство
О чём код?
__pycache__/ *.py[cod] *$py.class *.so .Python venv/ .venv/ env/ ENV/ .eggs/ *.egg-info/ .eggs/ dist/ build/ *.egg .pytest_cache/ .mypy_cache/ .ruff_cache/ htmlcov/ .coverage .coverage.* .tox/ .nox/ .env .env.* !.env.example # Jupyter .ipynb_checkpoints/ # Poetry / uv .poetry/