Files
jimi-gallery/.dockerignore
yakenator 098b55e3b0 feat: initial Jimi Gallery prototype
- Public site (Home/Artists/Exhibitions/News/About/Contact) with EN/KO/JA i18n
- Admin panel with login, CRUD, image upload, multilingual editing
- Exhibition slider/lightbox view
- FastAPI + MongoDB backend, JWT auth
- Docker Compose deployment, behind nginx at jimi.yakenator.io
2026-04-25 12:47:36 +09:00

8 lines
80 B
Plaintext

**/__pycache__
**/.pytest_cache
**/*.pyc
.git
.gitignore
node_modules
.DS_Store