Initial upload with CI/CD workflow
Some checks failed
CI / test (push) Failing after 2s
CI / build (push) Has been skipped

This commit is contained in:
2026-02-03 09:41:24 +00:00
parent 6a68fd2530
commit c02e2d553e

25
app/.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
target/
*.lock
.env
.env.*
!.env.example
.DS_Store
*.pem
*.key
*.crt
coverage/
.pyo
.pyc
__pycache__/
*.egg-info/
dist/
build/
.venv/
venv/
.envrc
.direnv
coverage.xml
*.profraw
*.prof
*.gcda
*.gcno