# General stuff
*.bak
.DS_Store
# Generic Python stuff
__pycache__
# Generic coding agent stuff
.aider*
.specstory
.claude

# Playwright credential storage (contains sensitive auth state)
auth_state/

# Playwright artifacts (Python)
playwright-report/
test-results/

# Playwright artifacts (Node.js E2E tests)
e2e/node_modules/
e2e/playwright-report/
e2e/test-results/
e2e/.playwright/

# Node.js
node_modules/
package-lock.json
e2e/package-lock.json

# Saved HTML/JSON responses for offline testing
responses/

# GitHub API tokens
*.token

# Webapp testing artifacts
webapp/test-results/
webapp/playwright-report/

# Local screenshots
debug_notifications.png
notification_settings*.png
token_*.png
