nl2sql-pretrained / .gitignore
karthik-2905's picture
Upload folder using huggingface_hub
e18f039 verified
raw
history blame contribute delete
549 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Jupyter Notebook
.ipynb_checkpoints
# VS Code
.vscode/
# MacOS
.DS_Store
# Model files (keep only essential ones)
*.bin
*.safetensors
checkpoints/
runs/
logs/
# Data files
*.csv
*.json.bak
*.pkl
*.pickle
# Temporary files
*.tmp
*.temp
.cache/