# Binaries bin/ *.exe *.dll *.so *.dylib # Test files *.test coverage.out coverage.html # IDE .vscode/ .idea/ *.swp *.swo # Git .git/ .gitignore # Docker Dockerfile docker-compose.yml .dockerignore # Logs logs/ *.log # Cache .gocache/ .gomodcache/ # Docs docs/ CLAUDE.md README*.md PRODUCTION_READY.md *.md # Original V1 orig/ # Scripts (not needed in container) scripts/ # Contracts (not needed in runtime) contracts/