PyCharm 2019.1 Help

Configuring Folders Within a Content Root

Within a content root, PyCharm can distinguish between the folders that contain source code, and the ones to be ignored while searching, parsing, watching and so on. To do so, you can mark any folder below a content root as a source folder, or as excluded so it becomes invisible for PyCharm.

Marking directories

You can assign a folder to a category in two different ways:

To mark directories under the content root via the Project Structure

  1. Open the Project Structure settings.

  2. In the Projects pane of the Project Structure page, click the project you want to configure content roots for.

  3. In the Content roots pane of the Project Structure page, click the desired content root. The directories under this content root are displayed as a tree view.

  4. Select the directory you want to mark and do one of the following:

    • Click one of the icons on top to assign the desired status to this directory.

    • Choose the corresponding status command from the context menu of the directory.

    • Press Alt+<first letter of the directory status> (for example, Alt+E for the excluded roots, Alt+R for resources, or Alt+S for the source roots ).

    Mark as COntent root

Mark directories in the Project tool window

  1. Right-click the desired directory in the Project Tool Window.

  2. From the context menu, point to Mark Directory As node.

  3. Choose Mark as <directory status>.

Mark directory in the Project tool window

Unmarking directories

To return a folder to its regular status, you need to unmark it.

  • In theProject Structure:
    • Select the directory in the list of folders under the content root, and click Unmark source root:

      Unmark source root

    • Click the folder's status icon once more.

    • Choose the corresponding command from the context menu of the directory.

  • In the Project Tool Window, right-click the desired directory, point to Mark Directory As node, and then choose Unmark as <directory status>.

Last modified: 17 July 2019

See Also