diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -1,3 +1,6 @@ +# Secrets +.env + # Python __pycache__/ *.pyc @@ -32,4 +35,21 @@ LLaMA-Factory/ data/ -saves/
\ No newline at end of file +saves/ +slurm_logs_archive_20260126/ +results/ + +.safetensors + +collaborativeagents/__pycache__/ +collaborativeagents/*.egg-info/ +collaborativeagents/cache/ +collaborativeagents/*.out +collaborativeagents/temp*.json +collaborativeagents/scripts/runs +collaborativeagents/--only-binary=:all:/ +collaborativeagents/training/wandb/ +collaborativeagents/results/ +*.whl +*.tar +wandb/ |
