summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6860f76..3e54731 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,9 @@
__pycache__/
*.py[cod]
+# Virtualenv
+py3env/
+
# C extensions
*.so
@@ -22,6 +25,9 @@ var/
.installed.cfg
*.egg
+# PyCharm
+.idea/
+
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.