@@ -1,3 +1,3 @@
#!/bin/bash
-find . -name '*.pyc' -delete
+find ./misago -name '*.pyc' -delete -not -path './misago/frontend/*'