kiwi/.gitignore
pyr0ball c166e5216a chore: initial commit — kiwi Phase 2 complete
Pantry tracker app with:
- FastAPI backend + Vue 3 SPA frontend
- SQLite via circuitforge-core (migrations 001-005)
- Inventory CRUD, barcode scan, receipt OCR pipeline
- Expiry prediction (deterministic + LLM fallback)
- CF-core tier system integration
- Cloud session support (menagerie)
2026-03-30 22:20:48 -07:00

21 lines
234 B
Text

# Superpowers brainstorming artifacts
.superpowers/
# Git worktrees
.worktrees/
# Python bytecode
__pycache__/
*.pyc
*.pyo
# Environment files (keep .env.example)
.env
# Node modules
node_modules/
dist/
# Data directories
data/