diff --git a/.gitignore b/.gitignore index 4a5fc40..1bd0019 100644 --- a/.gitignore +++ b/.gitignore @@ -160,4 +160,8 @@ cython_debug/ .idea/ # macOs -**/.DS_Store \ No newline at end of file +**/.DS_Store + + +# Redis +**/dump.rdb \ No newline at end of file