chore: add boilerplate

!1
This commit is contained in:
2024-05-06 15:37:36 +09:30
parent d1bd170b4b
commit 2670b64d60
9 changed files with 239 additions and 0 deletions

3
.gitignore vendored
View File

@ -1 +1,4 @@
venv/**
itsm/static/**
__pycache__
itsm/db.sqlite3