Compare commits

...

3 commits

Author SHA1 Message Date
Pongsatorn Kanjanasantisak
aaa90faef9 Add .venv to .gitignore
All checks were successful
Build Worker Base and Application Images / check-base-changes (push) Successful in 8s
Build Worker Base and Application Images / build-base (push) Has been skipped
Build Worker Base and Application Images / build-docker (push) Successful in 2m10s
Build Worker Base and Application Images / deploy-stack (push) Successful in 12s
2025-08-11 23:57:02 +07:00
Pongsatorn Kanjanasantisak
e0a786a46c Merge branch 'dev' of https://git.siwatsystem.com/adsist-cms/python-detector-worker into dev 2025-08-11 23:50:14 +07:00
Pongsatorn Kanjanasantisak
975e6d03dc add feeder/ in gitignore
All checks were successful
Build Worker Base and Application Images / check-base-changes (push) Successful in 7s
Build Worker Base and Application Images / build-base (push) Has been skipped
Build Worker Base and Application Images / build-docker (push) Successful in 2m18s
Build Worker Base and Application Images / deploy-stack (push) Successful in 12s
2025-08-11 01:02:21 +07:00

3
.gitignore vendored
View file

@ -10,3 +10,6 @@ mptas
detector_worker.log
.gitignore
no_frame_debug.log
feeder/
.venv/