Spaces:
Sleeping
Sleeping
| __pycache__/ | |
| *.py[cod] | |
| *.pyd | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .ruff_cache/ | |
| .venv/ | |
| venv/ | |
| ENV/ | |
| .uv-cache/ | |
| build/ | |
| dist/ | |
| *.egg-info/ | |
| commitguard.egg-info/ | |
| .DS_Store | |
| # Local tooling / logs | |
| wandb/ | |
| *.log | |
| outputs/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| # Temporary | |
| *.tmp | |
| temp_space/ | |
| temp_deploy/ | |
| temp_pip_*/ | |
| temp_write_probe/ | |
| unsloth_compiled_cache/ | |
| .venv-check/ | |