initial commit
This commit is contained in:
commit
a528892ac8
46 changed files with 2152 additions and 0 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
__pycache__/
|
||||
venv/
|
||||
|
||||
*.db
|
||||
*.sqlite
|
||||
|
||||
instance/*
|
||||
|
||||
static/uploads/*
|
||||
static/gen/*
|
||||
static/.webassets-cache*
|
Reference in a new issue