Spaces:
Sleeping
Sleeping
| # Profiling outputs | |
| reports/*.json | |
| experiments/*.json | |
| # Secrets | |
| config/.secrets.yaml | |
| config/.secrets.toml | |
| config/.secrets.local.yaml | |
| # Python cache | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # Logs | |
| *.log | |
| # Keep HTML and examples | |
| !experiments/comparison.html | |