chore: ignore runtime data

This commit is contained in:
JOJO 2025-11-18 18:35:07 +08:00
parent 6fb9c4cf22
commit 5bd61ae80d
2 changed files with 35 additions and 10 deletions

25
.gitignore vendored Normal file
View File

@ -0,0 +1,25 @@
# 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