Initial commit, setup database

This commit is contained in:
2024-01-26 01:31:14 +01:00
commit 2d3eea114a
16 changed files with 1673 additions and 0 deletions

49
.gitignore vendored Normal file
View File

@ -0,0 +1,49 @@
# Byte-compiled / optimized / DLL files
dist
build
__pycache__
*.py[cod]
*$py.class
*.swp
*.egg-info
_build
.tox
.coverage
coverage
# Translations
*.mo
*.pot
# Jupyter Notebook
.ipynb_checkpoints
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# PyCharm project settings
.idea
# VSCode project settings
.vscode
# Local data
secrets.py
*.log
media/
output/
/static/
# Virtualenv
.env/
env/
.venv/
venv/
db.sqlite3
# Don't git index
whoosh_index/