(fix): Added __pycache__ for services

This commit is contained in:
Blake Ridgway 2024-12-18 10:42:31 -06:00
parent de460fbcbc
commit 8148104e39

1
.gitignore vendored
View file

@ -3,3 +3,4 @@
instance
models/__pycache__
routes/__pycache__
services/__pycache__