Рефакторинг в питон код
This commit is contained in:
25
.gitignore
vendored
25
.gitignore
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user