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
sims2k
/
First_agent_template
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sims2k
commited on
Feb 11, 2025
Commit
73e0342
·
verified
·
1 Parent(s):
9a8c112
Create .gitignore
Browse files
Files changed (1)
hide
show
.gitignore
+4
-0
.gitignore
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
.env
2
+
__pycache__/
3
+
*.pyc
4
+
.DS_Store