Spaces:
Running
Running
File size: 257 Bytes
144ebc5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # Ignore virtual environments
venv/
env/
__pycache__/
*.pyc
*.pyo
*.pyd
# Ignore Git and IDE files
.git
.gitignore
.DS_Store
.vscode/
.idea/
# Ignore local data folders
api/uploaded_images/
others/
# Ignore temporary or log files
*.log
*.tmp
*.bak
*.html |