chore: update ignore patterns for test files
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

This commit is contained in:
Felipe M 2025-06-13 10:48:53 +02:00
parent 3771d2de65
commit 4fc5ae63a1
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8

3
.gitignore vendored
View file

@ -5,9 +5,12 @@ __pycache__
*.cert *.cert
.env-local .env-local
.coverage .coverage
coverage.out
dist dist
bin bin
# Butterrobot # Butterrobot
*.sqlite* *.sqlite*
butterrobot.db butterrobot.db
/butterrobot
*_test.db*