first commit: add README and gitignore

This commit is contained in:
Ivan Vetrov 2026-04-15 13:58:25 +03:00
commit 6bfb634a0c
2 changed files with 12 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
*.log
venv/
.idea/
.DS_Store
data/
docs/

1
README.md Normal file
View File

@ -0,0 +1 @@