36 lines
398 B
Plaintext
36 lines
398 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
offer_backend/.venv/
|
|
.venv/
|
|
|
|
# Build output
|
|
offer_frontend/dist/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
|
|
# Env / local config
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.claude/settings.local.json
|
|
.mcp.json
|
|
.playwright-mcp/
|
|
|
|
# Logs
|
|
*.log
|
|
offer_frontend/server.log
|
|
|
|
# Root-level screenshots / temp artifacts
|
|
/*.png
|
|
/*.jpg
|
|
/*.jpeg
|
|
test-splash.js
|
|
cl.bat
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|