Files
pantry/.gitignore
Eric Wagoner 726325e501 Initial commit: Pantry inventory tracker
A simple web app for tracking kitchen pantry items with:
- Search and filter by stock status, spices, or container type
- PIN-protected editing
- Shopping list export (tap Out of Stock to copy)
- QR code for quick mobile access
- OpenGraph card for social sharing

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-23 22:20:27 -05:00

17 lines
125 B
Plaintext

# User data
data/
# macOS
.DS_Store
# Editor files
*.swp
*.swo
*~
# Claude Code local settings
.claude/
# Archives
*.zip