39 lines
410 B
Plaintext
39 lines
410 B
Plaintext
node_modules/
|
|
.next/
|
|
out/
|
|
dist/
|
|
build/
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
__pycache__/
|
|
*.pyc
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
*.log
|
|
.logs/
|
|
.pids/
|
|
deploy/.env.production
|
|
deploy/.env.local
|
|
deploy/.htpasswd
|
|
secrets/
|
|
.backups/
|
|
data-local/
|
|
|
|
# api
|
|
api/.venv/
|
|
api/jobs/
|
|
asset_library/*
|
|
!asset_library/.gitkeep
|
|
prompt_library/*
|
|
!prompt_library/.gitkeep
|
|
_trash/
|
|
output/
|
|
|
|
# web
|
|
web/.next/
|
|
web/out/
|
|
web/public/canvas/
|
|
.pnpm-store/
|