Remove .claude directory from repository

- Remove .claude/settings.local.json from git tracking
- Add .claude/ to .gitignore to prevent future tracking
- Keep .claude directory locally for Claude Code functionality

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
mathieu 2025-07-14 18:04:09 +02:00
parent a233e18c0b
commit b70b7bd0ef
2 changed files with 2 additions and 15 deletions

2
.gitignore vendored
View file

@ -17,6 +17,7 @@ venv/
.env
# IDE
.claude/
.vscode/
.idea/
*.swp
@ -25,3 +26,4 @@ venv/
# OS
.DS_Store
Thumbs.db
.claude/