feat: add .gitignore and requirements

This commit is contained in:
Русских Данил 2026-04-03 23:52:43 +03:00
parent 17840025e5
commit 320892738e
2 changed files with 4 additions and 0 deletions

4
.gitignore vendored Normal file
View File

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

0
requirements.txt Normal file
View File