initial commit

This commit is contained in:
2025-03-18 20:32:17 +05:00
commit 15a5dad514
37 changed files with 19595 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
venv/
node_modules/
.idea/
.vscode/
*.swp
*.swo
.cache/
__pycache__/
*.py[cod]
*$py.class
*.log
*.tmp
*.bak
npm-debug.log*
yarn-debug.log*
yarn-error.log*
static/
media/
*.egg-info/
dist/
build/
*.egg
*.tmp
*.bak
.DS_Store
Thumbs.db