Skip to content

Commit cb80f21

Browse files
committed
Update .gitignore: Exclude development files, build artifacts, and summary documents for clean repository
1 parent 753fa60 commit cb80f21

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

.gitignore

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,4 +355,31 @@ update_*.py
355355
upload_*.py
356356
init_github_repo.py
357357
build_installers.py
358-
create_windows_installer.py
358+
create_windows_installer.py
359+
360+
# Build and distribution files
361+
build/
362+
dist/
363+
*.egg-info/
364+
*.spec
365+
installer.iss
366+
create_dmg.sh
367+
setup_macos.py
368+
369+
# Development summary files
370+
*_SUMMARY.md
371+
*_READY_SUMMARY.md
372+
*_UPDATE_SUMMARY.md
373+
FINAL_RELEASE_SUMMARY.md
374+
RELEASE_SUMMARY_v*.md
375+
GITHUB_TOPICS.md
376+
PYPI_READY_SUMMARY.md
377+
LANGUAGE_UPDATE_SUMMARY.md
378+
379+
# Temporary and development files
380+
content/
381+
scripts/
382+
warmup_demo_simple.py
383+
test_warmup_async.py
384+
test_warmup_demo.py
385+
test_warmup.py

0 commit comments

Comments
 (0)