'Can I delete __pycache__ if using a different machine/OS?
If I'm sharing code with a colleague who uses Windows and I use Linux, would there ever be a reason to keep the (Windows-generated) bytecode in the __pycache__ folder for use on Linux? Or is the bytecode chip-dependent rather than OS-dependent? (E.g., I might keep it if we're both using Intel chips but not if my machine has say an AMD or an M1 chip.) Enlightment appreciated!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
