Ignore runtime database and generated data
This commit is contained in:
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
# SQLite database files
|
||||
database/*.db
|
||||
database/*.db-shm
|
||||
database/*.db-wal
|
||||
|
||||
# Imported/generated data
|
||||
import/*.json
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.pyc
|
||||
BIN
database/wcx.db
BIN
database/wcx.db
Binary file not shown.
Reference in New Issue
Block a user