fix: Update .gitignore to ignore CodeArts files

This commit is contained in:
JianFeeeee
2026-04-10 15:47:51 +08:00
parent 6689f08456
commit e2ab83874e

9
.gitignore vendored
View File

@ -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