manichandrareddy commited on
Commit
68e7a09
·
1 Parent(s): d3a3bf1

🚫 Removed virtual env from git and added to .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +7 -0
.gitignore ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # Ignore virtual environments
2
+ myenv/
3
+ my_venv/
4
+ .venv/
5
+ env/
6
+ venv/
7
+