diff --git a/.claude/settings.local.json b/.claude/settings.local.json index a532dca..32e1b18 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -12,9 +12,10 @@ "Bash(xargs:*)", "Bash(find:*)", "Bash(awk:*)", - "Bash(mkdir:*)" + "Bash(mkdir:*)", + "Bash(dir:*)" ], "deny": [], "ask": [] } -} \ No newline at end of file +} diff --git a/.gitignore b/.gitignore index fca3892..6edd965 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ target/ *.iml *.ipr CLAUDE.md +.claude/ ### Eclipse ### .apt_generated .classpath @@ -36,4 +37,5 @@ build/ ### Mac OS ### .DS_Store -output/ \ No newline at end of file +output/ +/.claude/