LangChainSQLQA / .gitignore
simonraj's picture
Upload 5 files
eebea6d verified
raw
history blame contribute delete
477 Bytes
# Python related
__pycache__/
*.py[cod]
*.pyc
*.pyo
*.pyd
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Virtual environment
venv/
ENV/
# IDEs and editors
.vscode/
.idea/
*.swp
*.bak
*.sublime-workspace
# OS generated files
.DS_Store
Thumbs.db
# Jupyter Notebook
.ipynb_checkpoints
# pytest
.pytest_cache/
# mypy
.mypy_cache/
#env virables:
.env