Gianpaolo Macario commited on
Commit
9f1bac0
·
1 Parent(s): 7162d87

build: add .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +6 -0
.gitignore ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # hf-mcp-course-unit31/.gitignore
2
+
3
+ .env
4
+ __pycache__/
5
+
6
+ # EOF