chore: keep local design assets out of the repo
Some checks are pending
ci / backend (push) Waiting to run
ci / frontend (push) Waiting to run

This commit is contained in:
Justin Visser 2026-08-10 11:31:06 +02:00
parent 4bc48663c8
commit 1fe7349952

3
.gitignore vendored
View file

@ -1,6 +1,9 @@
# secrets # secrets
.env .env
# local working material (design mocks, scratch), never shipped
.local/
# python # python
__pycache__/ __pycache__/
*.pyc *.pyc