Explorar el Código

Adding .gitignore items

(cherry picked from commit 65b92f9e4e2682560fb757a3a8b886de852264b8)
Prakash Ranade hace 2 años
padre
commit
ab27eaa0f4
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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