mirror of
https://github.com/System-End/nephthys.git
synced 2026-04-19 16:28:16 +00:00
* Add lastMsgAt and lastMsgBy to DB * Keep track of the last messages in threads * Add UserType enum to schema * Make both of the new fields optional * Add data/ to .gitignore * Only include users who have resolved tickets on the overall leaderboard Fixes #96 * Fix docstring
19 lines
No EOL
196 B
Text
19 lines
No EOL
196 B
Text
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# macOS-generated files
|
|
.DS_Store
|
|
|
|
# Environment files
|
|
.env
|
|
|
|
# Local development
|
|
data/ |