5319592964
- Add TelegramAuthPayloadBuilder in GmRelay.Shared for C# tests. - Refactor TelegramAuthServiceTests to use the shared builder. - Add Python equivalent (telegram_init_data.py) for E2E runner. - Add self-contained Python tests and E2E README. Closes #144 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
19 lines
223 B
Plaintext
19 lines
223 B
Plaintext
# Python cache and virtual environments
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.env
|
|
.venv/
|
|
venv/
|
|
|
|
# Playwright artifacts
|
|
screenshots/
|
|
test-results/
|
|
playwright-report/
|
|
|
|
# E2E runtime state
|
|
*.session
|
|
*.session-journal
|
|
session-*.json
|