devops_sandbox / .gitignore
DEVessi's picture
Upload folder using huggingface_hub
37b054e verified
raw
history blame contribute delete
325 Bytes
# Virtual environments
venv/
.venv/
env/
ENV/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
.eggs/
build/
dist/
# Node
node_modules/
npm-debug.log
yarn-error.log
# IDEs and Editors
.vscode/
.idea/
*.swp
*.swo
.DS_Store
# Application Specific / Temp
*.log
validation_output.txt
_cli_path.txt
_path.txt