сделана структура курсовой
This commit is contained in:
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
# Виртуальное окружение
|
||||||
|
venv/
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# Результаты работы
|
||||||
|
images/*_with_secret.png
|
||||||
|
images/*_result.png
|
||||||
|
secret.txt
|
||||||
|
output.txt
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
0
core/__init__.py
Normal file
0
core/__init__.py
Normal file
0
core/dct.py
Normal file
0
core/dct.py
Normal file
0
core/lsb.py
Normal file
0
core/lsb.py
Normal file
0
core/utils.py
Normal file
0
core/utils.py
Normal file
0
gui/__init__.py
Normal file
0
gui/__init__.py
Normal file
0
gui/main_window.py
Normal file
0
gui/main_window.py
Normal file
0
requirements.txt
Normal file
0
requirements.txt
Normal file
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
Reference in New Issue
Block a user