initial version

This commit is contained in:
vadimwit
2026-03-05 16:51:28 +00:00
commit 5e7954ee24
31 changed files with 4832 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.venv/
.python-version
# Env
.env
debug.log
# Frontend
frontend/node_modules/
frontend/dist/