feat: setup project structure and environment

This commit is contained in:
Дмитрий Зязев 2026-04-14 20:57:42 +03:00
parent 31a76ed2b9
commit 6ce325fe82
4 changed files with 6 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.venv/
__pycache__/
*.pyc
output.txt

1
data/data.txt Normal file
View File

@ -0,0 +1 @@


BIN
requirements.txt Normal file

Binary file not shown.

1
src/main.py Normal file
View File

@ -0,0 +1 @@