chenjunkai 6 years ago
parent
commit
ef203549e7
2 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitignore
  2. BIN
      db.sqlite3

+ 2 - 1
.gitignore

@@ -1,2 +1,3 @@
 /.idea/
-/__pycache__
+/__pycache__
+/db.sqlite3

BIN
db.sqlite3