Cleanup project meta

Add makefile clean target
Update gitignore
Remove unused site static resources
This commit is contained in:
2022-01-31 22:57:49 -05:00
parent 0a285b0d7f
commit 691f92d90d
4 changed files with 3 additions and 126 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,4 @@
export/
publish/
.venv/
*.conf
__pycache__