mirror of
https://github.com/Death916/deathsite.git
synced 2026-04-10 03:04:41 -07:00
basic page layouts
This commit is contained in:
commit
f0dbd96789
10 changed files with 1587 additions and 0 deletions
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
*.py[cod]
|
||||
assets/external/
|
||||
.states
|
||||
*.db
|
||||
.web
|
||||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
Loading…
Add table
Add a link
Reference in a new issue