Skip to content

Commit 8d8e1c5

Browse files
committed
chore: cleanup repository structure for audit readiness
- Move documentation to docs/reports/ - Move verification scripts to scripts/verification/ - Update .gitignore to exclude artifacts and temp files - Track previously untracked source files
1 parent 161a4da commit 8d8e1c5

File tree

219 files changed

+109280
-59420
lines changed

Some content is hidden

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

219 files changed

+109280
-59420
lines changed

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,25 @@ htmlcov/
100100

101101
# Hypothesis test cache
102102
.hypothesis/
103+
104+
# Project Specific Ignored Directories
105+
.qwen_atomic_backups/
106+
.qwen_backups/
107+
.claude/
108+
.cursor/
109+
.trash/
110+
test_data/
111+
test_screenshots/
112+
uploads/
113+
114+
# Large/Binary Files
115+
*.tar.gz
116+
*.log
117+
maestro.log
118+
streaming-fix-package.tar.gz
119+
120+
# Temporary Scripts
121+
mega_test_e2e.sh
122+
create-streaming-package.sh
123+
deploy.sh
124+
run_mega_test.py

0 commit comments

Comments
 (0)