diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 35c1924..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(python test:*)", - "Bash(python:*)", - "Bash(grep:*)", - "Bash(for:*)", - "Bash(do sed -i 's/from constantes import/from atmo_data_wrapper import/g' \"$file\")", - "Bash(done)", - "Bash(do sed -i 's/from atmo_data_client import/from atmo_data_wrapper import/g' \"$file\")", - "Bash(do sed -i 's/from atmo_data_models import/from atmo_data_wrapper import/g' \"$file\")" - ], - "deny": [] - } -} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 0a5d07d..43192d7 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ venv/ .env # IDE +.claude/ .vscode/ .idea/ *.swp @@ -25,3 +26,4 @@ venv/ # OS .DS_Store Thumbs.db +.claude/