Wire up Ticketmaster, SeatGeek, Telegram, scoring, Playwright stubs. Deduplicate events with fuzzy venue/name matching. Retry calendar updates on transient failures. Backlog tasks marked complete. Made-with: Cursor
25 lines
190 B
Plaintext
25 lines
190 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
.env
|
|
state.json
|
|
|
|
*.log
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
htmlcov/
|
|
.coverage
|