Update README.md
[cached-property.git] / .gitignore
index f456abc935db5e200c64aee6e22a76d00f3976b8..b0df7f7c2e9b412a5d54b9f55af83ca7e38e2d9e 100644 (file)
@@ -42,4 +42,12 @@ output/*.html
 output/*/index.html
 
 # Sphinx
-docs/_build
\ No newline at end of file
+docs/_build
+
+# IntelliJ IDEA
+/.idea/
+/out/
+*.iml
+
+# Local virtualenv directories
+/venv*/
\ No newline at end of file