chore: ignore runtime data
This commit is contained in:
parent
6fb9c4cf22
commit
5bd61ae80d
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user