9d876de930
- Complete refactoring of old frontend into Next.js App Router workspace - Redesigned sidebar collapsing animation with absolute toggle positioning - Resolved visual canvas bleed transitions between light/dark themes - Added custom dark theme variant for toggle switch buttons - Implemented full localization across Indonesian, English, Spanish, Japanese, and Chinese - Synchronized HTML document themes to apply dark mode styles to portals/overlays
37 lines
409 B
Plaintext
37 lines
409 B
Plaintext
# Python cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Environments
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
env/
|
|
|
|
# Virtual environment files
|
|
Pipfile.lock
|
|
poetry.lock
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Agent/IDE files
|
|
.antigravitycli/
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Voice changer models and weights
|
|
*.onnx
|
|
*.pth
|
|
*.pt
|
|
*.index
|
|
weights/
|
|
pretrained/
|
|
|
|
# Next.js workspace exclusions
|
|
frontend-next/node_modules/
|
|
frontend-next/.next/
|
|
frontend-next/out/
|