Skip to content

Ensure Build Process Does Not Copy Over __pycache__ #13

@p3nGu1nZz

Description

@p3nGu1nZz

Describe the bug
During the build process, the __pycache__ directories are being copied over, which is unnecessary and can lead to issues with deployment and runtime environments.

To Reproduce
Steps to reproduce the behavior:

  1. Run the build process using the current configuration.
  2. Inspect the build output directory.
  3. Observe that __pycache__ directories are present in the output.

Expected behavior
The build process should exclude __pycache__ directories from being copied over to the build output.

Screenshots
If applicable, add screenshots to help explain the problem.

Desktop (please complete the following information):

  • OS: Windows 11
  • GPU: RTX 3080
  • Unity Version: 6.0.21

Additional context
This issue was observed while working on the "Tau" project. Ensuring that __pycache__ directories are not copied over will help maintain a clean and efficient build output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomershelp wantedExtra attention is needed

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions