Kaynağa Gözat

Ignore __pycache__

INADA Naoki 9 yıl önce
ebeveyn
işleme
3686d77ba5
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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*/