CoolFace
Apppublic

Prathyusha7113/TextToSQLGenerator

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes
.dockerignore52 linesDownload Raw Back to root
1# Git files2.git3.gitignore4.gitattributes5 6# Python cache7__pycache__8*.pyc9*.pyo10*.pyd11.Python12*.so13.coverage14.pytest_cache15 16# Environment files17.env18.env.local19.env.production20 21# IDE files22.vscode23.idea24*.swp25*.swo26 27# OS files28.DS_Store29.DS_Store?30._*31Thumbs.db32ehthumbs.db33 34# Logs35*.log36logs/37 38# Temporary files39*.tmp40*.temp41temp/42tmp/43 44# Build files45build/46dist/47*.egg-info/48 49# Hidden system files that might cause issues50.*51!.dockerignore52!.streamlit/