4 Commits

Author SHA1 Message Date
jeanGaston 9e2f761544 Add exclusion support, multi-year history helper, and remove secrets from env.py
- draw.py/file_io.py/main.py: wire in exclusion pairs so the draw can avoid
  configured giver/receiver combinations.
- utils.py: add get_last_n_years helper.
- env.py: load configuration from environment variables (via .env) instead of
  hardcoding real SMTP/CSV secrets in a tracked file; add .env.example as the
  template and gitignore .env.
- test_draws.py: drop hardcoded personal path, use env.py config instead.
- add requirements.txt for the upcoming web GUI/container work.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-20 14:16:12 +02:00
jeanGaston 0f2df17584 Update Gitignore
- Add srv/env.py
2024-10-25 10:49:59 +02:00
Paul Gonçalves Monnet 56e123b237 Add all code and readme 2024-10-18 16:30:19 +02:00
jeanGaston 76f0b89fd6 Initial commit 2024-10-15 21:08:30 +00:00