mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
18 lines
139 B
Plaintext
18 lines
139 B
Plaintext
# Python
|
|
*.pyc
|
|
__pycache__
|
|
|
|
# Virtual Environments
|
|
.env
|
|
.venv
|
|
bin/
|
|
include/
|
|
lib/
|
|
lib64
|
|
pyvenv.cfg
|
|
share/
|
|
|
|
# sqlite
|
|
db.sqlite3
|
|
db.*.sqlite3
|