agent-Specialization/.gitignore

36 lines
364 B
Plaintext

# OS & tools
.DS_Store
*.swp
*.swo
*.tmp
# 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/
# Misc
*.pid
.env
node_modules/
static/dist/
*.tsbuildinfo
# Ignore docs and runtime pid
webapp.pid
doc/