nlp-to-sql / .gitignore
keerthanaBasavaraj's picture
Initial setup for nlp to sql with prem-1B-SQL model
f78a3ab
raw
history blame contribute delete
256 Bytes
# Python specific
*.pyc
*.pyo
*.pyd
__pycache__/
*.env
*.venv
.env
.venv
pip-log.txt
# IDE-specific
.vscode/
.idea/
*.swp
# Logs
*.log
*.out
*.err
# System files
.DS_Store
Thumbs.db
# Streamlit cache
.streamlit/
# Virtual environment
env/
venv/
myenv/