week8 / .gitignore
Sujal Bhat
initial checking
bb86815
raw
history blame contribute delete
530 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 Environment
venv/
env/
ENV/
# IDEs and Editors
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Chainlit specific
.chainlit/
cache/
# Logs
*.log
# Database
*.sqlite
# Environment variables
.env
# Jupyter Notebook
.ipynb_checkpoints
# PyCharm
*.
.history/