updated .gitignore
parent
e1b6a0069f
commit
f90188ed85
|
|
@ -1,3 +1,9 @@
|
|||
# AI-related files
|
||||
.cursorrules
|
||||
.cursorignore
|
||||
CLAUDE.md
|
||||
|
||||
# Code-copy related files
|
||||
.codeignore
|
||||
*codeclip*
|
||||
|
||||
|
|
@ -9,4 +15,13 @@ wheels/
|
|||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
.venv
|
||||
|
||||
# Unity Editor
|
||||
*.meta
|
||||
*.unitypackage
|
||||
*.asset
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
Loading…
Reference in New Issue