26 lines
214 B
Plaintext
26 lines
214 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
|
|
|
|
# api
|
|
api/.venv/
|
|
api/jobs/
|
|
|
|
# web
|
|
web/.next/
|
|
web/out/
|