[chore] add data dir

This commit is contained in:
SouthFox 2023-07-27 22:37:00 +08:00
parent 632e10c956
commit 4497fb646f
3 changed files with 33 additions and 0 deletions

11
data/actor/.gitignore vendored Normal file
View file

@ -0,0 +1,11 @@
.DS_Store
.idea
*.log
tmp/
*.py[cod]
*.egg
build
htmlcov
*.json

11
data/inbox/.gitignore vendored Normal file
View file

@ -0,0 +1,11 @@
.DS_Store
.idea
*.log
tmp/
*.py[cod]
*.egg
build
htmlcov
*.json

11
data/outbox/.gitignore vendored Normal file
View file

@ -0,0 +1,11 @@
.DS_Store
.idea
*.log
tmp/
*.py[cod]
*.egg
build
htmlcov
*.json