This is an automated email from the ASF dual-hosted git repository.

xtsong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git


The following commit(s) were added to refs/heads/main by this push:
     new cb1805e1 [infra] minor updates for .gitignore
cb1805e1 is described below

commit cb1805e1fc4518f573bc55dbc54ca4f171ad9626
Author: Xintong Song <[email protected]>
AuthorDate: Sun Feb 15 11:47:11 2026 +0800

    [infra] minor updates for .gitignore
---
 .gitignore | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

diff --git a/.gitignore b/.gitignore
index 345b3c23..8a707ed2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,22 @@
-.idea/*
-target/
+# IDE
 .vscode
+.idea/
+python/.idea/
 *.iml
+.qwen/
+.qoder/
+
+# OS
 .DS_Store
-python/.idea/
-python/flink_agents.egg-info/
-python/flink_agents/flink_agents.egg-info/
+python/.DS_Store
+
+# Build
+target/
+**/dependency-reduced-pom.xml
+tools/releasing/release/
+__pycache__
 python/build/
 python/dist
+python/flink_agents.egg-info/
+python/flink_agents/flink_agents.egg-info/
 python/uv.lock
-python/.DS_Store
-__pycache__
-**/dependency-reduced-pom.xml
-/tools/releasing/release/

Reply via email to