mirror of
https://github.com/luxfi/crypto.git
synced 2026-07-27 01:54:50 +00:00
23 lines
253 B
Plaintext
23 lines
253 B
Plaintext
|
|
|
|
AGENTS.md
|
|
CLAUDE.md
|
|
GEMINI.md
|
|
GROK.md
|
|
QWEN.md
|
|
grpc-server.log
|
|
|
|
# hygiene (untrack node_modules, block common build output)
|
|
node_modules/
|
|
**/node_modules/
|
|
.pnpm-store/
|
|
dist/
|
|
build/
|
|
.next/
|
|
coverage/
|
|
playwright-report/
|
|
test-results/
|
|
*.log
|
|
tmp/
|
|
.DS_Store
|