Spaces:
Running
Running
| # ignore gradio db files# sys files | |
| *__pycache__* | |
| *__pycache__/ | |
| # data | |
| *.txt | |
| *.pkl | |
| *flagged/ | |
| # ignore log files | |
| *.log | |
| *logs/ | |
| # scratch | |
| *scratch/ | |
| *scratch* | |
| # notebooks | |
| *notebooks/ | |