feat: add connection pooling test and update .gitignore for runtime data

This commit is contained in:
JamesTheGiblet 2025-12-29 15:47:39 +00:00
parent 03d87ec174
commit d98840cef2
4 changed files with 64 additions and 0 deletions

7
.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
# Runtime data (database and uploads)
data/
*.db
# Python cache
__pycache__/
*.pyc