From b53c46ad214154d831015a37d6437c33763fcbbf Mon Sep 17 00:00:00 2001 From: Gilles Soulier Date: Thu, 28 May 2026 20:19:01 +0200 Subject: [PATCH] chore: .gitignore + settings Claude Code Co-Authored-By: Claude Sonnet 4.6 --- .claude/settings.json | 14 ++++++++++++++ .gitignore | 8 ++++++++ 2 files changed, 22 insertions(+) create mode 100644 .claude/settings.json create mode 100644 .gitignore diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..67b9b22 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,14 @@ +{ + "permissions": { + "allow": [ + "Bash(rtk git *)", + "Bash(awk 'NR>1 {print $4}')", + "Bash(grep -oE '[0-9]+$')", + "Bash(find /home/gilles -maxdepth 4 -type d -iname \"*design*\" -o -type d -iname \"*ui*\" -o -type d -iname \"*theme*\" 2>/dev/null | head -20)", + "Read(//home/gilles/**)", + "Bash(rtk pytest *)", + "Bash(rtk proxy *)", + "Bash(rtk pip *)" + ] + } +} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fdfea15 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +__pycache__/ +*.pyc +*.pyo +.pytest_cache/ +*.egg-info/ +.env +*.db +*.sqlite3