Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
Maximofn
/
First_agent
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Maximofn
commited on
Feb 23, 2025
Commit
2b82ee7
·
1 Parent(s):
f2be381
Add .gitignore for Python project
Browse files
Files changed (1)
hide
show
.gitignore
+3
-0
.gitignore
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
.env
2
+
.gradio
3
+
**/__pycache__