Browse Source

Ignore __pycache__

INADA Naoki 9 years ago
parent
commit
3686d77ba5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      frameworks/Python/.gitignore

+ 2 - 1
frameworks/Python/.gitignore

@@ -1,6 +1,7 @@
 uwsgi_params
 *.pid
+__pycache__
 
 # ignore virtual environments
 pyvenv*/
-venv*/
+venv*/