🙈 Add __pycache__ and lock files

This commit is contained in:
2023-01-22 17:25:44 +01:00
parent dde835760a
commit c81d234426
2 changed files with 3 additions and 1 deletions

3
backend/.gitignore vendored
View File

@@ -1 +1,2 @@
!**/__pycache__/ **/__pycache__/
poetry.lock

1
frontend/.gitignore vendored
View File

@@ -1,3 +1,4 @@
node_modules node_modules
dist dist
package-lock.json package-lock.json
pnpm-lock.yaml