We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753fa60 commit cb80f21Copy full SHA for cb80f21
.gitignore
@@ -355,4 +355,31 @@ update_*.py
355
upload_*.py
356
init_github_repo.py
357
build_installers.py
358
-create_windows_installer.py
+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