By mistake I forgot to add *.pyc to ignore-glob, and now they litter my repository. Is there a way to remove them from my repo?
*.pyc
ignore-glob
After you've added *.pyc to your ignore-glob, do a fossil rm *.pyc, then commit the change.
fossil rm *.pyc