mirror of
https://github.com/mealie-recipes/mealie.git
synced 2024-11-20 20:40:40 -08:00
35 lines
305 B
Plaintext
35 lines
305 B
Plaintext
.git
|
|
.github
|
|
.dockerignore
|
|
.gitattributes
|
|
.gitignore
|
|
.idea
|
|
.vscode
|
|
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
htmlcov/
|
|
.coverage
|
|
.coverage.*
|
|
.pylintrc
|
|
.pytest_cache/
|
|
.venv
|
|
venv
|
|
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|
|
|
|
*/node_modules
|
|
*/dist
|
|
*/data/db
|
|
*/mealie/test
|
|
*/mealie/.temp
|
|
|
|
model.crfmodel
|
|
|
|
crowdin.yml
|