agent-Specialization/.gitignore

44 lines
504 B
Plaintext

# OS & tools
.DS_Store
*.swp
*.swo
*.tmp
*.log
# Python artifacts
__pycache__/
*.pyc
.venv/
venv/
# Runtime data (main agent)
logs/
data/
project/
users/
webapp.pid
# Runtime data (sub agent)
sub_agent/tasks/
sub_agent/data/
sub_agent/logs/
sub_agent/project/
sub_agent_results/
# Misc
*.pid
.env
node_modules/
static/dist/
*.tsbuildinfo
user_upload/
skills/
ax_probe_chrome.py
# Ignore docs and runtime pid
webapp.pid
doc/
# Host workspace config (local, use .example)
config/host_workspaces.json