summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYurenHao0426 <blackhao0426@gmail.com>2026-01-27 09:57:37 -0600
committerYurenHao0426 <blackhao0426@gmail.com>2026-01-27 09:57:37 -0600
commitdc801c07cf38b0c495686463e6ca6f871a64440e (patch)
tree599f03114775921dbc472403c701f4a3a8ea188a /.gitignore
parente43b3f8aa36c198b95c1e46bea2eaf3893b13dc3 (diff)
Add collaborativeagents module and update gitignore
- Add collaborativeagents subproject with adapters, agents, and evaluation modules - Update .gitignore to exclude large binary files (.whl, .tar), wandb logs, and results Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 21 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f141132..27c4d29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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/