Don't cache the entire settings folder
For historic reasons the cache contains the settings folder. Since we now generate the settings on-the-fly using ansible, there's no reason to cache this folder anymore and it actually breaks changes we made to init.py in that folder because it replaces it with the old init.py from the cache.
Solution: don't cache the settings folder