amitlals
Deploy to HF Spaces - Gradio app with Azure Container Apps support
a75037d
raw
history blame
632 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
.venv/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Git
.git/
.gitignore
# Environment files (secrets)
.env
.env.local
.env.*.local
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
# Documentation
docs/
*.md
!README.md
# Logs
*.log
logs/
# Temporary files
tmp/
temp/
*.tmp
# OS files
.DS_Store
Thumbs.db
# Deployment files (not needed in container)
.github/
*.yml
!requirements.txt
azure-deploy.sh
deploy.ps1