Spaces:
Paused
Paused
File size: 242 Bytes
2bd30ac 63b9057 2bd30ac 63b9057 2bd30ac 63b9057 2bd30ac 63b9057 2bd30ac 63b9057 2bd30ac 63b9057 2bd30ac 63b9057 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
# Virtual environment
myenv/
venv/
env/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg
*.egg-info/
dist/
build/
eggs/
*.egg-info/
.eggs/
# Models
models/
main/models/
# IDE
.vscode/
.idea/
*.swp
*~
# OS
.DS_Store
Thumbs.db
|