Self-hosted US Congress monitoring platform with AI policy briefs, bill/member/topic follows, ntfy + RSS + email notifications, alignment scoring, collections, and draft-letter generator. Authored by: Jack Levy
20 lines
176 B
Plaintext
20 lines
176 B
Plaintext
.env
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
|
|
# Next.js
|
|
frontend/.next/
|
|
frontend/node_modules/
|
|
frontend/out/
|
|
|
|
# Docker
|
|
*.log
|