Рефакторинг в питон код

This commit is contained in:
2024-12-23 18:01:21 +03:00
parent fc8aefab83
commit 581530c6ec
7 changed files with 215 additions and 174 deletions

25
.gitignore vendored
View File

@ -1,2 +1,23 @@
input/*
output/*
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# UV
uv.lock
# Environment variables
.env
# Ruff
.ruff_cache
# Project
input
output