chore: .gitignore + settings Claude Code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Gilles Soulier
2026-05-28 20:19:01 +02:00
parent c0e737244c
commit b53c46ad21
2 changed files with 22 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
__pycache__/
*.pyc
*.pyo
.pytest_cache/
*.egg-info/
.env
*.db
*.sqlite3