From 05734715a7980b92698a729bb69988b0146ccf63 Mon Sep 17 00:00:00 2001 From: PaulVua Date: Mon, 1 Jun 2026 16:01:11 +0200 Subject: [PATCH] chore: ignore __pycache__ et *.pyc Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6068d51..f5ff39d 100755 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,8 @@ tests/ .env # Claude Code local settings -.claude/settings.local.json \ No newline at end of file +.claude/settings.local.json + +# Python bytecode +__pycache__/ +*.pyc \ No newline at end of file