mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-27 10:25:26 +02:00
chore: Clean up .gitignore by organizing entries and removing duplicates
This commit is contained in:
parent
866b2beb36
commit
47e7fc65d8
1 changed files with 24 additions and 1 deletions
25
.gitignore
vendored
25
.gitignore
vendored
|
@ -1,30 +1,53 @@
|
|||
# IDE settings
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Node.js dependencies
|
||||
node_modules/
|
||||
package-lock.json
|
||||
|
||||
# Local code and scratch files
|
||||
code_records/
|
||||
scratch.js
|
||||
|
||||
# Bot generated code
|
||||
bots/**/action-code/**
|
||||
bots/**/
|
||||
|
||||
# API keys (never commit secrets)
|
||||
keys.json
|
||||
|
||||
# ViaProxy service files
|
||||
services/viaproxy/jars/**
|
||||
services/viaproxy/logs/**
|
||||
services/viaproxy/plugins/**
|
||||
services/viaproxy/ViaLoader/**
|
||||
services/viaproxy/saves.json
|
||||
services/viaproxy/viaproxy.yml
|
||||
|
||||
# Temporary and experiment files
|
||||
tmp/
|
||||
wandb/
|
||||
experiments/
|
||||
|
||||
# Agent data
|
||||
andy_*.json
|
||||
jill_*.json
|
||||
|
||||
# Model logs
|
||||
src/models/logs/*
|
||||
|
||||
# Server and result data
|
||||
server_data/*
|
||||
results/*
|
||||
server_data*
|
||||
|
||||
# Task files and test/train data
|
||||
tasks/construction_tasks/test_multiagent_construction_tasks.json
|
||||
tasks/construction_tasks/train_multiagent_construction_tasks.json
|
||||
tasks/construction_tasks/test/**
|
||||
tasks/construction_tasks/train/**
|
||||
server_data*
|
||||
|
||||
# System and Python files
|
||||
**/.DS_Store
|
||||
src/mindcraft-py/__pycache__/
|
||||
|
|
Loading…
Add table
Reference in a new issue