Compare commits

...

2 Commits

Author SHA1 Message Date
6ce325fe82 feat: setup project structure and environment 2026-04-14 20:57:42 +03:00
31a76ed2b9 feat: change in feature branch 2026-04-01 18:28:29 +03:00
5 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
file.txt

Binary file not shown.

BIN
requirements.txt Normal file

Binary file not shown.

1
src/main.py Normal file
View File

@ -0,0 +1 @@