diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |