MightyOctopus's picture
Create .dockerignore
db0b1b5 verified
raw
history blame contribute delete
347 Bytes
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Virtual environments
.venv/
env/
venv/
# OS / editor junk
.DS_Store
*.swp
*.swo
# Environment & secrets
.env
*.pem
# Git & version control
.git
.gitignore
# Gradio auto-generated
.gradio/
# Build / compiled
*.so
*.o
*.out
*.exe
build/
dist/
*.egg-info/
# Databases & logs
*.db
*.sqlite3
*.log