Skip to content

Commit 3725020

Browse files
committed
chore: clean project for GitHub release
- Remove temporary build artifacts and executables - Delete intermediate test scripts and demo files - Update .gitignore with comprehensive exclusions - Clean up documentation files while preserving README, LICENSE, and CONTRIBUTING - Remove neo_csharp comparison directory - Prepare codebase for production release This commit prepares the Neo C++ implementation for public release by removing all temporary files, build artifacts, and development utilities while maintaining the core source code and essential project documentation.
1 parent c891cf6 commit 3725020

File tree

79 files changed

+7653
-6570
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+7653
-6570
lines changed

.claude/settings.local.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,17 @@
1919
"Bash(__NEW_LINE__ echo \"\nFrom standalone prepare_request.h:\")",
2020
"Bash(echo:*)",
2121
"Bash(git add:*)",
22-
"Bash(git rm:*)"
22+
"Bash(git rm:*)",
23+
"Bash(git commit:*)",
24+
"Bash(git push:*)",
25+
"Bash(./testnet_node_simple)",
26+
"Bash(./testnet_node_simple:*)",
27+
"Bash(pkill:*)",
28+
"Bash(timeout:*)",
29+
"Bash(./realistic_testnet_node)",
30+
"Bash(clang-format:*)",
31+
"Bash(rm:*)",
32+
"Bash(git checkout:*)"
2333
],
2434
"deny": []
2535
}

.gitignore

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,4 +504,43 @@ wallet.json
504504
.#*
505505
\#*#
506506
*.orig
507-
*.rejneo_csharp/
507+
*.rej
508+
509+
# Neo C# comparison directory
510+
neo_csharp/
511+
512+
# Temporary executables and scripts
513+
minimal_neo_node
514+
minimal_node
515+
realistic_testnet_node
516+
testnet_node_simple
517+
working_neo_node
518+
simple_neo_node
519+
*_node
520+
*_demo
521+
run_*.sh
522+
fix_*.py
523+
verify_*.py
524+
525+
# Temporary source files
526+
*_demo.cpp
527+
*_test.cpp
528+
*_temp.cpp
529+
minimal_*.cpp
530+
realistic_*.cpp
531+
testnet_*.cpp
532+
533+
# Documentation and reports
534+
*_REPORT.md
535+
*_STATUS.md
536+
*_SUMMARY.md
537+
*_VERIFICATION.md
538+
*_FIXES.md
539+
node_completeness_report.json
540+
541+
# Production readiness files
542+
production_readiness_*
543+
544+
# Testnet specific
545+
TestNetChain/
546+
MainNetChain/

BUILD_STATUS.md

Lines changed: 0 additions & 174 deletions
This file was deleted.

0 commit comments

Comments
 (0)