graykode

(add) ./idea folder in .gitignore

...@@ -137,4 +137,5 @@ dmypy.json ...@@ -137,4 +137,5 @@ dmypy.json
137 # Cython debug symbols 137 # Cython debug symbols
138 cython_debug/ 138 cython_debug/
139 139
140 -cpython
...\ No newline at end of file ...\ No newline at end of file
140 +cpython
141 +.idea/
...\ No newline at end of file ...\ No newline at end of file
......