fix: main & yml

This commit is contained in:
KofK
2025-02-15 13:52:05 +03:00
parent 2eafc574b6
commit 3928cbcd61
6 changed files with 141 additions and 76 deletions

19
.gitignore vendored
View File

@@ -1,4 +1,21 @@
/uploads
/__pycache__
/myenv
imageboard.db
imageboard.db
**/node_modules
**/venv
**/.git
**/.github
**/logs
**/dist
**/build
*.log
*.md
.DS_Store
.env
**/__pycache__
*.sqlite3
*.pyc
*.pyo
*.pyd
.Python