> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/ru/baza-znanii/161-which-file-types-should-not-be-uploaded-to-overleaf.md).

# Какие типы файлов не следует загружать в Overleaf?

Перед упаковкой файлов вашего локального проекта в файл .zip для загрузки в Overleaf (чтобы создать новый проект) вам нужно убедиться, что ни один из этих файлов/типов файлов не будет конфликтовать с процессом компиляции/сборки LaTeX в Overleaf.

### Перед загрузкой вашего ZIP-файла...

Если загруженный файл .zip содержит `main.tex` файл и `main.pdf` файл, то файл «main.pdf», отображаемый в вашем проекте Overleaf *список файлов* всегда является файлом, который вы *загруженный* загрузили в проект — он не будет обновляться, чтобы показывать то, над чем вы работали в проекте; то есть он считается «входным файлом», поскольку был загружен пользователем.

Чтобы избежать путаницы, мы рекомендуем удалить из вашего локального проекта перед загрузкой PDF-файлы с тем же именем, что и основной `.tex` файл вашего локального проекта. Вы можете скачать актуальный PDF, нажав кнопку «Download PDF» рядом с кнопкой «Recompile», или, в качестве альтернативы, нажмите на меню Overleaf в левом верхнем углу, а затем «Download PDF».

### Файлы локального проекта, которые нужно удалить перед загрузкой ZIP-файла в Overleaf

Следующие расширения файлов являются вспомогательными файлами, создаваемыми в процессе компиляции, и их также следует удалить из списка файлов вашего проекта перед загрузкой в Overleaf:

* `*.aux` (если только вы не используете `xr` пакет)
* Оглавление, список рисунков/таблиц:`*.toc`, `*.lof`, `*.lot`
* Вспомогательные и выходные файлы для ссылок и цитирований `*.bbl` (если только вы не *не* используя `.bib` файл и полагаетесь только на `.bbl` ), `*.bcf`, `*.blg`
* Вспомогательные файлы Beamer `*.snm`, `*.out`, `*.nav`, `*.vrb`
* Глоссарии/номенклатура/аббревиатуры `*.ind`, `*.ilg`,`*.ist` (если только это не ваш собственный файл стиля индекса), `*.glg`,`*.gls`, `*.glo`, `*.acn`, `*.acr`, `*.alg`
* Файл SyncTeX `*.synctex.gz`
* `latexmk` вспомогательные файлы`*.run.xml`, `*.fls`
* Другие расширения сгенерированных файлов, создаваемые различными пакетами.

Ручная загрузка этих файлов в список вашего проекта может вызвать проблемы с инструментом сборки, особенно `*.run.xml`!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://overleaf-pro.ayaka.space/latex/ru/baza-znanii/161-which-file-types-should-not-be-uploaded-to-overleaf.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
