Heavy / .gitignore
justinhew
Deploy to HF Spaces
ea81a05
raw
history blame contribute delete
256 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Virtual Environment
venv/
env/
ENV/
.venv
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Environment variables
.env
.env.local
# Logs
*.log
# Temporary files
*.tmp
*.bak
.vercel
.env*.local