ваше сообщение коммита

This commit is contained in:
2025-08-07 20:27:24 +03:00
parent cde35ac576
commit 0a72902c37
44 changed files with 3594 additions and 1447 deletions

16
.gitignore vendored
View File

@@ -128,6 +128,14 @@ id_ed25519
ssh_host_*
ssh_config
# SSL Keys and certificates - КРИТИЧЕСКИ ВАЖНО!
ssl/keys/
ssl/certs/
*.key
*.pem
*.crt
*.p12
# Docker
.dockerignore
@@ -146,6 +154,14 @@ debug_*.js
test_*.js
test-*.js
# Test files - НЕ ПУБЛИКОВАТЬ!
**/test-*.js
**/test_*.js
**/tests/
**/test/
test/
tests/
# Hardhat artifacts and cache
backend/artifacts/
backend/cache/