]> Cypherpunks repositories - keks.git/commitdiff
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)
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

index e98df0e44d5da4d73b50ef825afc3c4e7429082b2c2732dc86faa74dad57ef38..d276428dc0ff46a5adfe427d9008798ed2bec2694466a598637a4352ebe6b4fb 100644 (file)
@@ -1,4 +1,2 @@
-__pycache__
-*.pyc
 .coverage
 .hypothesis