Spaces:
Runtime error
Runtime error
File size: 323 Bytes
28d3614 |
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 |
# 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 |