dolphinium commited on
Commit
a4b0896
·
1 Parent(s): 41d3a30

add gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +9 -0
.gitignore ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # Ignore Python cache files
2
+ __pycache__/
3
+ *.pyc
4
+
5
+ # Ignore certificate files
6
+ *.pem
7
+
8
+ # Ignore environment variable script
9
+ set_env.sh