butterrobot/.gitignore
Felipe M. 3a4ba376e7
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
chore: ignore all test db files
2025-06-13 12:04:22 +02:00

16 lines
148 B
Text

*.py[c|o]
__pycache__
.vscode
*~
*.cert
.env-local
.coverage
coverage.out
dist
bin
# Butterrobot
*.sqlite*
butterrobot.db*
/butterrobot
*_test.db*