Spaces:
Runtime error
Runtime error
| # Ignore node_modules directory | |
| node_modules/ | |
| # Ignore environment variables file | |
| .env | |
| # Ignore build output directory | |
| dist/ | |
| # Ignore Python cache directories | |
| __pycache__/ | |
| *.pyc | |
| # Ignore IDE specific files | |
| .vscode/ | |
| .idea/ | |
| # Ignore local development files | |
| *.local | |
| .cache | |
| # Ignore logs and databases | |
| *.log | |
| *.sqlite | |
| # Ignore macOS specific files | |
| .DS_Store | |
| # Ignore temp files | |
| *.tmp | |
| *.temp |