- removed comment
When I use 'sim sync' to copy files to a machine, it often rsyncs several .pyc files in the SimFactory directory. This happens every time I sync after running a simfactory command on the remote machine. I think these files should probably be excluded from the sync process.
Keyword:
If we exclude the .pyc files (as we did before), then old, outdated .pyc files for which there is no .py file any more are also not deleted during rsync. This then makes it impossible to remove directories if they contain such outdated .pyc files, leading to rsync warnings.
The current way does not look "nice" (and is not ideal), but it does not lead to warnings.