Browse Source

Adding .gitignore items

(cherry picked from commit 65b92f9e4e2682560fb757a3a8b886de852264b8)
Prakash Ranade 2 years ago
parent
commit
ab27eaa0f4
1 changed files with 7 additions and 0 deletions
  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