diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e194813 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# SQLite database files +database/*.db +database/*.db-shm +database/*.db-wal + +# Imported/generated data +import/*.json + +# Python cache +__pycache__/ +*.pyc diff --git a/database/wcx.db b/database/wcx.db deleted file mode 100644 index 696f4f6..0000000 Binary files a/database/wcx.db and /dev/null differ