LijinDurairaj commited on
Commit
dbf1380
1 Parent(s): 3a47a2c

adding git ignore files

Browse files
Files changed (1) hide show
  1. .gitignore +15 -0
.gitignore ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Ignore environment files
2
+ .env
3
+ *.env
4
+
5
+ # Ignore Python virtual environment directory
6
+ venv/
7
+ myenv/
8
+
9
+ # Ignore Python compiled files
10
+ __pycache__/
11
+ *.pyc
12
+ *.pyo
13
+
14
+ # ignore directory
15
+ gradio-project-env01/