codev / .gitignore
chenbhao's picture
chore: add Codev to gitignore and remove stale symlink
a1332e3
Raw
History Blame Contribute Delete
435 Bytes
node_modules/
packages/
dist/
.codex
Codev
codev
# Prebuilt native binaries (tracked in claude-code/ reference)
vendor/
# Friend VRM frontend (Vite + Tauri) build artifacts
src/components/friend/frontend/node_modules/
src/components/friend/frontend/dist/
src/components/friend/frontend/src-tauri/target/
src/components/friend/frontend/src-tauri/gen/
# Python cache
__pycache__/
*.py[cod]
*.pyo
*.pyd
# Python env
.venv/
venv/
env/