Add Docker support; add favicon
This commit is contained in:
parent
fd856d839b
commit
033c13e931
18 changed files with 264 additions and 107 deletions
27
.dockerignore
Normal file
27
.dockerignore
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
.env
|
||||
.env.example
|
||||
.git/
|
||||
.github/
|
||||
.pre-commit-config.yaml
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
.venv
|
||||
.vscode/
|
||||
.vscode/
|
||||
*.json
|
||||
*.log
|
||||
*.py[codz]
|
||||
**/__pycache__/
|
||||
*$py.class
|
||||
archive/
|
||||
check_these_please/
|
||||
db.sqlite3
|
||||
db.sqlite3-journal
|
||||
env.bak/
|
||||
env/
|
||||
ENV/
|
||||
responses/
|
||||
staticfiles/
|
||||
tests/
|
||||
venv.bak/
|
||||
venv/
|
||||
Loading…
Add table
Add a link
Reference in a new issue