/
greed42
/
PythonCourseLabOfCs
Обзор
Документация
Войти
/
greed42
/
PythonCourseLabOfCs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.gitignore
37 строк
393 B
eternalgreed
Initial commit
04 июл 2026, 19:38
04 июл 2026, 19:38
60b17a5
Код
Авторство
О чём код?
# Python bytecode and caches __pycache__/ *.py[cod] *$py.class # Virtual environments .venv/ venv/ env/ ENV/ # Test and coverage artifacts .pytest_cache/ .coverage htmlcov/ # Type checker caches .mypy_cache/ .pyright/ .ruff_cache/ # Build artifacts build/ dist/ *.egg-info/ # IDE and editor settings .idea/ .vscode/ # macOS .DS_Store # Local environment files .env .env.* !.env.example