Initial website was built base on the context

This commit is contained in:
StormRunner06106
2026-09-11 10:13:41 -07:00
parent 1e532f4c42
commit f80bceaa3c
31 changed files with 4832 additions and 1 deletions
+20
View File
@@ -0,0 +1,20 @@
# Frontend
frontend/node_modules/
frontend/dist/
# Python
__pycache__/
*.py[cod]
.venv/
venv/
# Local configuration
.env
backend/.env
# Editors and operating systems
.DS_Store
Thumbs.db
.idea/
.vscode/