35 lines
396 B
Plaintext
35 lines
396 B
Plaintext
node_modules/
|
|
__pycache__/
|
|
*.pyc
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
|
|
# API keys — never commit real credentials
|
|
.env
|
|
|
|
.pi/agent-sessions/
|
|
telegram-bot/sessions/
|
|
telegram-bot/bot.log
|
|
telegram-bot/bot.err
|
|
telegram-bot/conversations.json
|
|
|
|
|
|
.playwright-cli/
|
|
|
|
tmp/
|
|
|
|
# Next.js build output
|
|
.next/
|
|
|
|
# Local env
|
|
.env.local
|
|
|
|
# SQLite dev DB
|
|
dev.db
|
|
*.db
|
|
|
|
# Pi Worker
|
|
pi-worker/logs/
|
|
pi-worker/.env
|
|
pi-worker/sessions/ |