diff --git a/.claude/settings.json b/.claude/settings.json deleted file mode 100644 index 681df41..0000000 --- a/.claude/settings.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "permissions": { - "allow": [ - "Edit(*)", - "Bash(pytest *)", - "Bash(python *)", - "Bash(python3 *)", - "Bash(.venv/bin/pytest *)", - "Bash(npm *)", - "Bash(git *)", - "Bash(ls *)", - "Bash(cat *)", - "Bash(grep *)", - "Bash(find *)", - "Bash(mkdir *)", - "Bash(touch *)", - "Bash(uv *)" - ] - } -} diff --git a/.gitignore b/.gitignore index be4e25d..d1220de 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ __pycache__/ *.pyo .flake8 .venv/ +.continue/ test/ build/ dist/