Files
20260512-skg-tk/.gitignore

23 lines
177 B
Plaintext

node_modules/
.next/
out/
dist/
build/
.env
.env.local
.env.production
__pycache__/
*.pyc
.DS_Store
.vscode/
.idea/
*.log
# api
api/.venv/
api/jobs/
# web
web/.next/
web/out/