Gestion de bibliothèque personnelle auto-hébergée : catalogue, prêts, scan de code-barres, consultation hors-ligne. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
26 lines
193 B
Plaintext
26 lines
193 B
Plaintext
# .NET
|
|
bin/
|
|
obj/
|
|
publish/
|
|
*.user
|
|
*.suo
|
|
|
|
# SQLite
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# IDE
|
|
.vs/
|
|
.vscode/
|
|
.idea/
|
|
*.user
|
|
*.DotSettings.user
|
|
*.swp
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Claude Code (worktrees d agents)
|
|
.claude/
|