mirror of
https://gitcode.com/JianFeeeee/TrulyMEM-TrueHumanMEM.git
synced 2026-09-20 08:58:15 +00:00
fix: Update .gitignore to ignore CodeArts files
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
# Python
|
||||
ei'r# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
@ -19,6 +19,11 @@ ENV/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# CodeArts
|
||||
.arts/
|
||||
.codeartsdoer/
|
||||
.codearts/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
@ -33,8 +38,6 @@ build/
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.arts/
|
||||
.codeartsdoer/
|
||||
.pytest_cache/
|
||||
|
||||
# Test
|
||||
|
||||
Reference in New Issue
Block a user