Hammad712 commited on
Commit
79a7a41
·
1 Parent(s): e84d389

Cleanup: Remove environment and pycache from tracking

Browse files
Files changed (1) hide show
  1. .gitignore +13 -0
.gitignore ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Python
2
+ __pycache__/
3
+ *.py[cod]
4
+ *$py.class
5
+
6
+ # Environments
7
+ .venv/
8
+ env/
9
+ venv/
10
+ ENV/
11
+
12
+ # OS files
13
+ .DS_Store