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