diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -139,5 +139,8 @@ dmypy.json # End of https://www.toptal.com/developers/gitignore/api/python +# for JetBrain Pycharm +.idea + /accounts/* /data/* |