first commit

This commit is contained in:
Ashim Kumar
2026-02-20 13:53:36 +06:00
commit 8e02b9ad09
35 changed files with 11059 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
__pycache__/
*.pyc
*.pyo
*.db
*.sqlite3
.env
.venv/
venv/
env/
node_modules/
*.log
.DS_Store
Thumbs.db
routes/__pycache__/