Spaces:
Sleeping
Sleeping
File size: 218 Bytes
6604d8f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# Virtual environment folders
MLvenv/
venv/
# Node.js dependencies
node_modules/
# Python cache
__pycache__/
*.py[cod]
*.pyo
# Other common Python and IDE ignores
*.ipynb_checkpoints
*.env
.DS_Store
.idea/
.vscode/
|