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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-steward.git


The following commit(s) were added to refs/heads/main by this push:
     new 72d99a7  ignore Python bytecode artifacts (#95)
72d99a7 is described below

commit 72d99a7e0542ef11194f87d502139a28fe826e23
Author: Yeonguk Choo <[email protected]>
AuthorDate: Fri May 8 19:29:27 2026 +0900

    ignore Python bytecode artifacts (#95)
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 4ebb128..85e558a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,10 @@ logs
 .build
 .claude/worktrees/
 
+# Python
+__pycache__/
+*.py[cod]
+
 # Lychee link-checker result cache. The workflow restores this from
 # Actions cache between runs; checking it in would commit machine-
 # specific resolution data.

Reply via email to