Spaces:
Runtime error
Runtime error
# Virtual Environments | |
venv/ | |
env/ | |
# Compiled Python files | |
__pycache__/ | |
*.pyc | |
# Dependencies | |
*.egg-info/ | |
dist/ | |
build/ | |
# Editor and IDE Files | |
.vscode/ | |
.idea/ | |
.DS_Store | |
# Log Files | |
*.log | |
# Generated or Compiled Files | |
*.class | |
*.jar | |
# Node.js/JavaScript | |
node_modules/ | |
# User-Specific or Environment Files | |
.env | |
.env.local | |