60908e5a88
* add universal toast plugin * add server side locales * integrate CRF++ into CI/CD Pipeline * docs(docs): 📝 add recipe parser docs * feat(backend): ✨ Continued work on ingredient parsers * add new model dest * feat(frontend): ✨ New ingredient parser page * formatting Co-authored-by: Hayden <hay-kot@pm.me>
30 lines
268 B
Text
30 lines
268 B
Text
.git
|
|
.github
|
|
.dockerignore
|
|
.gitignore
|
|
.idea
|
|
.vscode
|
|
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
htmlcov/
|
|
.coverage
|
|
.coverage.*
|
|
.pytest_cache/
|
|
.venv
|
|
venv
|
|
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|
|
|
|
*/node_modules
|
|
*/dist
|
|
*/data/db
|
|
*/mealie/test
|
|
*/mealie/.temp
|
|
|
|
model.crfmodel
|