Files
20260512-skg-tk/.gitignore

32 lines
321 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/.htpasswd
# api
api/.venv/
api/jobs/
asset_library/*
!asset_library/.gitkeep
prompt_library/*
!prompt_library/.gitkeep
_trash/
# web
web/.next/
web/out/