Add .gitignore, static assets, template & css updates
This commit is contained in:
parent
0047dd1ac1
commit
e1f7330592
7 changed files with 1310 additions and 234 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
*.egg-info
|
||||
*.pyc
|
||||
|
||||
build/
|
||||
dist/
|
||||
__pycache__/
|
||||
Loading…
Add table
Add a link
Reference in a new issue