[PR #371] [MERGED] patch: ignore temporary files in build pipeline to fix some hot reload issues #680

Closed
opened 2026-02-17 17:20:54 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/371
Author: @eyurtsev
Created: 9/3/2025
Status: Merged
Merged: 9/4/2025
Merged by: @eyurtsev

Base: mainHead: eugene/fix_hot_reload


📝 Commits (2)

📊 Changes

4 files changed (+165 additions, -0 deletions)

View changed files

📝 pipeline/core/watcher.py (+31 -0)
📝 pyproject.toml (+1 -0)
📝 src/oss/langchain-models.mdx (+4 -0)
tests/unit_tests/test_watcher.py (+129 -0)

📄 Description

This was breaking hot-reload for me as errors were being raised due to temporarily files created by the IDE.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/371 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 9/3/2025 **Status:** ✅ Merged **Merged:** 9/4/2025 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/fix_hot_reload` --- ### 📝 Commits (2) - [`2eda2b9`](https://github.com/langchain-ai/docs/commit/2eda2b91b595c092512ad1d4a2ffe03ab8eab1a4) x - [`7ca1b42`](https://github.com/langchain-ai/docs/commit/7ca1b4259cd4d875713fab26d04f6d4d15d1ae19) x ### 📊 Changes **4 files changed** (+165 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/core/watcher.py` (+31 -0) 📝 `pyproject.toml` (+1 -0) 📝 `src/oss/langchain-models.mdx` (+4 -0) ➕ `tests/unit_tests/test_watcher.py` (+129 -0) </details> ### 📄 Description This was breaking hot-reload for me as errors were being raised due to temporarily files created by the IDE. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:20:54 -05:00
yindo closed this issue 2026-02-17 17:20:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#680