From c43d8415a411466d807f2999928f91d6740ccd49 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 7 Jun 2026 18:01:13 +0000 Subject: [PATCH] chore: add Python entries to .gitignore __pycache__/ and other Python build artifacts were untracked. https://claude.ai/code/session_01Ai8xRvmrzdhuTKiRQ2fnn9 --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 02eac69..04d7e85 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,13 @@ +### Python ### +__pycache__/ +*.py[cod] +*.pyo +dist/ +build/ +*.egg-info/ +.venv/ +venv/ + ### AL ### #Template for AL projects for Dynamics 365 Business Central #launch.json folder