weblate/.gitignore
Michal Čihař 3bf021a3bb ci: Avoid installing tesseract system packages
We now use wheels and download data seprately.
2023-08-10 11:11:17 +02:00

35 lines
461 B
Text

*.pyproj
*.pyc
*.sw[pon]
/.coverage*
/weblate/locale/*/*/*.mo
weblate-*.tar.*
/*.db
/weblate/settings.py
/reports/
/tags
.idea/*
*.sublime-*
.vscode/*
/Weblate.egg-info/
/build/
/data/
/data-test/
/dist/
/.vs
/.venv
/.venv*
/venv
*.DS_Store
/weblate-env/
/test-images/
/cc-test-reporter
# Celery logs/pids
/weblate-*.log
/weblate-*.pid
/dev-docker/.env
/dev-docker/data/
/dev-docker/weblate-dev/requirements.txt
*~
# Generated minimal deps
requirements-min.txt