Очистка: игнорирование build/ и egg-info
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
# Виртуальное окружение
|
||||
venv/
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
@@ -22,5 +23,10 @@ Thumbs.db
|
||||
test_image.png
|
||||
encoded_lsb.png
|
||||
test_*.png
|
||||
*_lsb.png*.egg-info/
|
||||
*_lsb.png
|
||||
|
||||
# Временные файлы установки
|
||||
*.egg-info/
|
||||
*.egg
|
||||
build/
|
||||
dist/
|
||||
Reference in New Issue
Block a user