diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 0cd01f7..f5e92b7 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -3,7 +3,8 @@ "allow": [ "Bash(if exist nul del nul)", "Bash(git reset:*)", - "Bash(git commit:*)" + "Bash(git commit:*)", + "Bash(find:*)" ], "deny": [], "ask": [] diff --git a/.gitignore b/.gitignore index 4dbea00..c8c9ba4 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,9 @@ env/ htmlcov/ *.cover .hypothesis/ +tests/temp_output/ +tests/e2e/ +.benchmarks/ # IDEs .vscode/