Add Workshop MVP

This commit is contained in:
for_rest
2026-08-13 00:01:54 +03:00
parent 71fbefad55
commit c089d5372a
6 changed files with 571 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# Local secrets and configuration
.env
.evn
# Python virtual environments and cache
.venv/
__pycache__/
*.py[cod]
# Editor and OS files
.vscode/
.DS_Store
Thumbs.db