removed submodule

This commit is contained in:
2023-12-21 16:50:58 -05:00
207 changed files with 30648 additions and 4 deletions

37
webui/.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
__pycache__
*/__pycache__
.DS_Store
node_modules
# pyinstaller build dirs
/dist
/build
# local env files
/env/
/venv/
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
# .vscode
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Private configs
/config.py
tailwind.config.full.js
# development
*.map
public/js/bundle.js