25 lines
312 B
Plaintext
25 lines
312 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/
|
|
|
|
# Pi Worker
|
|
pi-worker/logs/
|
|
pi-worker/.env
|
|
pi-worker/sessions/ |