Hello, I have a small suggestion to make about the generation of the `__pycache__` directory. Would it be possible to also generate a `CACHEDIR.TAG` file in this directory when running Python on Linux? The file is (informally?) specified at <https://bford.info/cachedir/>. This would allow `__pycache__` to be automatically excluded by various Linux tools such as `tar` (using the `--exclude-caches-all` flag).
Cheers, Leon _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/HNGD2RPL2GKBKTGW3O4AFZR7TEBRDJNK/ Code of Conduct: http://python.org/psf/codeofconduct/
