fix: ignore logs and builds
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,3 +1,8 @@
|
|||||||
.venv
|
.venv
|
||||||
data
|
data
|
||||||
**/__pycache__
|
**/__pycache__
|
||||||
|
#dist
|
||||||
|
dist
|
||||||
|
# pyarmor files
|
||||||
|
*.log
|
||||||
|
*.bug
|
||||||
Reference in New Issue
Block a user