forked from retoor/devplacepy
Add coverage tooling to CI workflow, Makefile, and pyproject.toml dependencies. Introduce new test suites for push notification helpers (base64 encoding, HKDF, authorization JWT) and utility functions (safe_next, strip_html, mention extraction, badge/xp awarding, milestone checks) with a session-scoped local_db fixture.
23 lines
425 B
Plaintext
23 lines
425 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.env
|
|
devplace.db*
|
|
devplace-services.lock
|
|
notification-private.pem
|
|
notification-private.pkcs8.pem
|
|
notification-public.pem
|
|
.pytest_cache/
|
|
.opencode
|
|
devplacepy/static/uploads/attachments/
|
|
devplacepy/static/uploads/*.png
|
|
devplacepy/static/uploads/*.jpg
|
|
devplacepy/static/uploads/*.jpeg
|
|
devplacepy/static/uploads/*.gif
|
|
devplacepy/static/uploads/*.webp
|
|
|
|
# coverage
|
|
.coverage
|
|
.coverage.*
|
|
htmlcov/
|