Files
kennethreitz 0e4a3e1975 Add AI descriptions, tags, tag browsing, .dockerignore
- AI-generated title, description, and tags per image via GPT-4o-mini
  with structured output
- Tag model with word cloud browsing at /tags/ and /tags/<slug>/
- Tags in nav, image detail page, and search
- ai_describe management command with concurrent workers
- OpenAI API key and prompt configurable in SiteConfig admin
- .dockerignore to prevent 7GB Docker builds
- Search now covers ai_title, ai_description, and tag names

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 15:29:16 -04:00

12 lines
97 B
Plaintext

.venv/
.git/
.env
*.sqlite3
media/
staticfiles/
__pycache__/
*.pyc
.DS_Store
AGENTS.md
dump.json