QUEST / .gitignore
TomLii's picture
Initialize Hugging Face Space starter
54c79d6
Raw
History Blame Contribute Delete
124 Bytes
# Python
__pycache__/
*.py[cod]
*.so
.Python
.venv/
venv/
# IDE
.idea/
.vscode/
# Logs / local files
*.log
.env
.DS_Store