Просмотр исходного кода

Adding .gitignore items

(cherry picked from commit 65b92f9e4e2682560fb757a3a8b886de852264b8)
Prakash Ranade 2 лет назад
Родитель
Сommit
ab27eaa0f4
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      .gitignore

+ 7 - 0
.gitignore

@@ -2,6 +2,13 @@
 .DS_Store
 ._*
 
+# Idea files
+.idea
+.run
+
+# pip requirements file
+.requirements
+
 # Python compiled files
 *.pyc
 *.pyo