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:
vfven
/
mission-control-v2
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aa93b8f
mission-control-v2
/
.gitignore
vfven
Create .gitignore
ed23224
verified
4 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
152 Bytes
# Python
__pycache__/
*
.pyc
*
.pyo
*
.pyd
.Python
env/
venv/
.env
# Datos generados
data/
*
.db
*
.docx
*
.xlsx
*
.html
*
.jpg
*
.png
# Editor
.vscode/
.idea/