diff --git a/.gitignore b/.gitignore index d698b48..bb6c2e1 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ \ No newline at end of file