mirror of
https://github.com/bugsink/bugsink.git
synced 2026-05-07 07:20:19 -05:00
39 lines
370 B
Plaintext
39 lines
370 B
Plaintext
# Python
|
|
*.pyc
|
|
__pycache__
|
|
|
|
# Virtual Environments
|
|
.env
|
|
.venv
|
|
bin/
|
|
include/
|
|
lib/
|
|
lib64
|
|
pyvenv.cfg
|
|
share/
|
|
|
|
# sqlite
|
|
db.sqlite3
|
|
db.*.sqlite3
|
|
test.sqlite3
|
|
|
|
db.sqlite3-wal
|
|
db.*.sqlite3-wal
|
|
test.sqlite3-wal
|
|
|
|
db.sqlite3-shm
|
|
db.*.sqlite3-shm
|
|
test.sqlite3-shm
|
|
|
|
snappea.sqlite3
|
|
snappea.sqlite3-shm
|
|
snappea.sqlite3-wal
|
|
|
|
# vim
|
|
*.swo
|
|
*.swp
|
|
|
|
# node (tailwind)
|
|
node_modules
|
|
/package*
|