mirror of
https://github.com/JamesTheGiblet/BuddAI.git
synced 2026-01-08 21:58:40 +00:00
feat: add connection pooling test and update .gitignore for runtime data
This commit is contained in:
parent
03d87ec174
commit
d98840cef2
4 changed files with 64 additions and 0 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Runtime data (database and uploads)
|
||||
data/
|
||||
*.db
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.pyc
|
||||
Loading…
Add table
Add a link
Reference in a new issue