agent-Specialization/.gitignore
2025-11-18 18:35:07 +08:00

26 lines
258 B
Plaintext

# OS & tools
.DS_Store
*.swp
*.swo
*.tmp
# Python artifacts
__pycache__/
*.pyc
# 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