Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
akhaliq
/
Kimi-K3
like
7
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
akhaliq
HF Staff
Claude
commited on
1 day ago
Commit
ee66045
·
1 Parent(s):
d860d77
Add .gitignore for __pycache__ and .pyc
Browse files
Co-Authored-By: Claude <noreply@anthropic.com>
Files changed (1)
hide
show
.gitignore
+2
-0
.gitignore
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
__pycache__/
2
+
*.pyc