weblate/.gitignore
Michal Čihař b5f978df24
chore: improve type annotations (#15713)
- extend mypy filter
- list modules which we do not enforce type checking, enforce on others
- fixed some type annotations

Issue #3703
2025-08-05 10:21:51 +00:00

43 lines
581 B
Text

*.pyproj
*.pyc
*.sw[pon]
/.coverage*
/weblate/locale/*/*/*.mo
/docs/locales/*/*/*.mo
weblate-*.tar.*
/*.db
/weblate/settings.py
/reports/
/tags
/prof
/junit.xml
.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
*~
/.dmypy.json
/fil-result/
/weblate/static/js/vendor/oss-licenses.json
*node_modules/
/weblate-openapi.yaml
/memray*
/mypy.log