]> Cypherpunks repositories - keks.git/commit
Remove ignore of the files that should not be generated
authorSergey Matveev <stargrave@stargrave.org>
Sat, 30 Nov 2024 15:31:22 +0000 (18:31 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 30 Nov 2024 19:38:56 +0000 (22:38 +0300)
commit0f735674c530c48801baae8d344b6730a6c92211e0b545f6f7b88eb5b6ea9a50
tree7405a41b2b4b54347f1b7c6f939fe4eb213b99d21d9c568a5aba261904d98c4d
parentec2255cc23a5b2d11c4ee91195ff8e327c3689612eb4a9fe49a79322462a30ee
Remove ignore of the files that should not be generated

Although pyac is Python project and it is reasonable to include .pyc,
__pycache__ ignores, but I am confident, that an adequate Python setup
must not generate them at all. They are more than useless and must be
globally disabled on the system (PYTHONDONTWRITEBYTECODE=1), so should
not appear at all. Even if they are created, user should ignore them
globally in its own global .gitignore, rather in each Python-related
project.
pyac/.gitignore