Abhinav commited on
Commit
649477a
·
unverified ·
1 Parent(s): d858cf2

feat: Ignore db cache

Browse files
Files changed (1) hide show
  1. .gitignore +3 -0
.gitignore CHANGED
@@ -6,6 +6,9 @@ __pycache__/
6
  # C extensions
7
  *.so
8
 
 
 
 
9
  # Distribution / packaging
10
  .Python
11
  build/
 
6
  # C extensions
7
  *.so
8
 
9
+ # db cache
10
+ api_requests.sqlite
11
+
12
  # Distribution / packaging
13
  .Python
14
  build/