diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -137,4 +137,7 @@ dmypy.json # pytype static type analyzer .pytype/ -# End of https://www.toptal.com/developers/gitignore/api/python
\ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/python + +/accounts/* +/data/* |