- FastAPI backend with JWT authentication - ElGamal, RSA-PSS, ZK-proofs crypto modules - HTML5/JS frontend SPA - MariaDB database with 5 tables - Docker Compose with 3 services (frontend, backend, mariadb) - Comprehensive tests for cryptography - Typst technical report (30+ pages) - Makefile with development commands
18 lines
149 B
Plaintext
18 lines
149 B
Plaintext
.claude/
|
|
**/*.md
|
|
!README.md
|
|
tests/**
|
|
.git/
|
|
__pycache__/
|
|
*.pyc
|
|
.env
|
|
.venv
|
|
venv/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
*.log
|
|
.DS_Store
|
|
node_modules/
|