Initial commit

This commit is contained in:
Vlad Smykov
2025-12-21 01:05:42 +03:00
commit 3bdfc6dd06
4 changed files with 478 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.venv/
venv/
env/
# macOS
.DS_Store
# IDE
.vscode/
.idea/
# Streamlit cache
.streamlit/