Files
plm-lottery/.gitignore
T
davideandClaude Sonnet 5 d2db762d96 Scaffold project layout, DB schema and settings
Package skeleton, pyproject/alembic config, env-driven settings
(app/config.py), and the SQLAlchemy models + initial Alembic migration
covering users, UTXO events, rounds/participants, round config,
pending transactions, withdrawals and the audit log.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-21 10:25:23 +02:00

9 lines
79 B
Plaintext

.venv/
__pycache__/
*.pyc
.env
*.db
master.xprv.enc
.pytest_cache/
*.egg-info/