SentinelWatch / .gitignore
VishaliniS456's picture
Upload 5 files
4cda8b7 verified
raw
history blame contribute delete
307 Bytes
# Virtual environments
venv/
env/
ENV/
.venv
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
# Gradio cache
.gradio/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Python
*.egg-info/
dist/
build/
# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints